Commit 4aa3467d authored by Felix Paul Kühne's avatar Felix Paul Kühne

avcodec: link basic Darwin frameworks

This solves linking issues with FFmpeg HEAD
parent 7ddd72bf
...@@ -319,6 +319,9 @@ libavcodec_plugin_la_SOURCES += demux/avformat/mux.c ...@@ -319,6 +319,9 @@ libavcodec_plugin_la_SOURCES += demux/avformat/mux.c
endif endif
libavcodec_plugin_la_CFLAGS += -DMERGE_FFMPEG libavcodec_plugin_la_CFLAGS += -DMERGE_FFMPEG
endif endif
if HAVE_DARWIN
libavcodec_plugin_la_LDFLAGS += -Wl,-framework,Foundation -Wl,-framework,Security,-framework,CoreFoundation
endif
if HAVE_AVCODEC if HAVE_AVCODEC
codec_LTLIBRARIES += libavcodec_plugin.la codec_LTLIBRARIES += libavcodec_plugin.la
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment