Skip to content

Commit 635a305

Browse files
cfsmp3claude
andcommitted
build: Add vobsub_decoder to autoconf build system
Add vobsub_decoder.c and vobsub_decoder.h to linux and mac Makefile.am to fix autoconf build failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 6fe612d commit 635a305

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

linux/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ ccextractor_SOURCES = \
151151
../src/lib_ccx/list.h \
152152
../src/lib_ccx/matroska.c \
153153
../src/lib_ccx/matroska.h \
154+
../src/lib_ccx/vobsub_decoder.c \
155+
../src/lib_ccx/vobsub_decoder.h \
154156
../src/lib_ccx/mp4.c \
155157
../src/lib_ccx/myth.c \
156158
../src/lib_ccx/networking.c \

mac/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ ccextractor_SOURCES = \
123123
../src/lib_ccx/list.h \
124124
../src/lib_ccx/matroska.c \
125125
../src/lib_ccx/matroska.h \
126+
../src/lib_ccx/vobsub_decoder.c \
127+
../src/lib_ccx/vobsub_decoder.h \
126128
../src/lib_ccx/mp4.c \
127129
../src/lib_ccx/myth.c \
128130
../src/lib_ccx/networking.c \

0 commit comments

Comments
 (0)