From 6081bc9a06ee97333769f77a9e5c18a15afb29da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 2 Dec 2006 01:40:58 +0000 Subject: Pass the visibility flag in the CFLAGS too, so that the symbols are not exported. CVS patchset: 8398 CVS date: 2006/12/02 01:40:58 --- contrib/ffmpeg/makefile.xine.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/ffmpeg/makefile.xine.in b/contrib/ffmpeg/makefile.xine.in index 3515c2aaa..58b4a09a6 100644 --- a/contrib/ffmpeg/makefile.xine.in +++ b/contrib/ffmpeg/makefile.xine.in @@ -2,6 +2,7 @@ srcdir = @srcdir@ CC = @CC@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ +VISIBILITY_FLAG = @VISIBILITY_FLAG@ config.mak: $(srcdir)/configure makefile.xine $(srcdir)/configure \ @@ -12,7 +13,7 @@ config.mak: $(srcdir)/configure makefile.xine --disable-strip \ --make="$(MAKE)" \ --cc="$(CC)" \ - --extra-cflags="$(CFLAGS) -fPIC -DPIC" \ + --extra-cflags="$(CFLAGS) $(VISIBILITY_FLAG) -fPIC -DPIC" \ --extra-ldflags="$(LDFLAGS)" \ --enable-gpl \ --enable-pthreads \ -- cgit v1.2.3