[vlc-commits] demux: don't link against IOKit and CoreFoundation since this isn't needed

Felix Paul Kühne git at videolan.org
Sun Jul 14 16:06:12 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul 14 16:05:27 2013 +0200| [f778bc2ba1e1a3526d0e77f2c1de135a194365d5] | committer: Felix Paul Kühne

demux: don't link against IOKit and CoreFoundation since this isn't needed

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f778bc2ba1e1a3526d0e77f2c1de135a194365d5
---

 modules/demux/Modules.am |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/modules/demux/Modules.am b/modules/demux/Modules.am
index 76406d2..c885e4d 100644
--- a/modules/demux/Modules.am
+++ b/modules/demux/Modules.am
@@ -90,9 +90,6 @@ libmkv_plugin_la_LDFLAGS = $(AM_LDFLAGS)
 if HAVE_ZLIB
 libmkv_plugin_la_LIBADD += -lz
 endif
-if HAVE_DARWIN
-libmkv_plugin_la_LDFLAGS += -Wl,-framework,IOKit,-framework,CoreFoundation
-endif
 libvlc_LTLIBRARIES += $(LTLIBmkv)
 EXTRA_LTLIBRARIES += libmkv_plugin.la
 
@@ -103,9 +100,6 @@ libmp4_plugin_la_LDFLAGS = $(AM_LDFLAGS)
 if HAVE_ZLIB
 libmp4_plugin_la_LIBADD += -lz
 endif
-if HAVE_DARWIN
-libmp4_plugin_la_LDFLAGS += -Wl,-framework,IOKit,-framework,CoreFoundation
-endif
 
 libmpgv_plugin_la_SOURCES = mpeg/mpgv.c
 libmpgv_plugin_la_CFLAGS = $(AM_CFLAGS)



More information about the vlc-commits mailing list