[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:07:03 CEST 2013


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

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

(cherry picked from commit f778bc2ba1e1a3526d0e77f2c1de135a194365d5)

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

 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