vlc | branch: master | Felix Paul Kühne <[email protected]> | Fri Nov 29 18:44:54 2013 +0100| [62f25ef1c0180f307a50837e12e5fab358e29275] | committer: Felix Paul Kühne
codec/fluidsynth: fixed linking on Darwin > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=62f25ef1c0180f307a50837e12e5fab358e29275 --- modules/codec/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am index 12f9f4a..b74b15a 100644 --- a/modules/codec/Makefile.am +++ b/modules/codec/Makefile.am @@ -45,6 +45,9 @@ libfluidsynth_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)' libfluidsynth_plugin_la_LIBADD = $(FLUIDSYNTH_LIBS) EXTRA_LTLIBRARIES += libfluidsynth_plugin.la codec_LTLIBRARIES += $(LTLIBfluidsynth) +if HAVE_DARWIN +libfluidsynth_plugin_la_LDFLAGS += -Wl,-framework,CoreFoundation,-framework,CoreServices +endif liblpcm_plugin_la_SOURCES = codec/lpcm.c codec_LTLIBRARIES += liblpcm_plugin.la _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
