OSDN Git Service

LinGui: fix a problem with subtitle controls and large fonts
[handbrake-jp/handbrake-jp-git.git] / gtk / src / Makefile.am
index b6e6f52..28d5c8e 100644 (file)
@@ -2,16 +2,16 @@
 
 if MINGW
 HB_LIBS= \
-       -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdread \
+       -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdnav -ldvdread \
        -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \
-       -lx264 -lxvidcore -lmp4v2 -lswscale -ltheora -lfaad -lz \
+       -lx264 -lmp4v2 -lswscale -ltheora -lfaad -lz \
        -lbz2 -liberty -lpthreadGC2
 else
 HB_LIBS= \
-       -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdread \
+       -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdnav -ldvdread \
        -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \
-       -lx264 -lxvidcore -lmp4v2 -lswscale -ltheora -lfaad -lz \
-       -lbz2 -liberty -lpthread
+       -lx264 -lmp4v2 -lswscale -ltheora -lfaad -lz \
+       -lbz2 -lpthread
 endif
 
 icons =        \
@@ -68,6 +68,8 @@ ghb_SOURCES = \
        queuehandler.h \
        audiohandler.c \
        audiohandler.h \
+       subtitlehandler.c \
+       subtitlehandler.h \
        x264handler.c \
        x264handler.h \
        main.c \