gstreamer/ext/Makefile.am
Martin Storsjo 77fa4072ee Allow building a LGPL only gst-ffmpeg plugin
This removes --enable-gpl and --enable-postproc from the
ffmpeg configure line, and disables building the postproc
gstreamer plugin.

https://bugzilla.gnome.org/show_bug.cgi?id=654037
2011-10-31 10:59:27 +01:00

4 lines
88 B
Makefile

SUBDIRS = ffmpeg libswscale
if !GST_FFMPEG_ENABLE_LGPL
SUBDIRS += libpostproc
endif