summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-12-03 17:33:02 +0000
committerjstebbins <[email protected]>2008-12-03 17:33:02 +0000
commit93b66398795095dc123c607ec61cbf45f5d5c277 (patch)
tree66db1b752488b59cced83d298a6f77c3d64b999b /gtk
parent5557082ecbe2f96bc251b72483c9ed8aaa2da1a7 (diff)
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
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/Makefile.am8
1 files changed, 2 insertions, 6 deletions
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