From 93b66398795095dc123c607ec61cbf45f5d5c277 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Wed, 3 Dec 2008 17:33:02 +0000 Subject: LinGui: fix live preview on 32 bit platforms 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 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gtk/src/Makefile.am') diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index b784a99ac..8edf7608a 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -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 -- cgit v1.2.3