Skip to content
Snippets Groups Projects
Commit 4aa3467d authored by Felix Paul Kühne's avatar Felix Paul Kühne
Browse files

avcodec: link basic Darwin frameworks

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