]> granicus.if.org Git - handbrake/commitdiff
LinGui: fix live preview on 32 bit platforms
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 3 Dec 2008 17:33:02 +0000 (17:33 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 3 Dec 2008 17:33:02 +0000 (17:33 +0000)
found an ld flag that prevents export of specific libraries

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1996 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/Makefile.am

index b784a99ac4c8eb0c2ddad76aa92604d16bded25b..8edf7608aa900e3d537f5891be9dc4af646effa6 100644 (file)
@@ -1,9 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
-## Created by Anjuta
-
-#HB_LIBS=$(HB_DIR)/libhb/libhb.a -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdread -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lxvidcore -lmp4v2 -lswscale -ltheora -lfaad -lz -lbz2 -lpthread
-
 HB_LIBS=\
        $(HB_DIR)/libhb/libhb.a \
        $(HB_DIR)/contrib/lib/liba52.a \
@@ -122,9 +118,9 @@ ghb_SOURCES = \
        marshalers.h
 
 ghb_LDFLAGS = \
-       -Wl,--export-dynamic
+       -Wl,--export-dynamic -Wl,--exclude-libs,ALL
 
-ghb_LDADD = $(GHB_LIBS) $(HB_LIBS)
+ghb_LDADD = $(HB_LIBS) $(GHB_LIBS)
 
 ghb_DEPENDENCIES = $(HB_DIR)/libhb/libhb.a