gstreamer/ext/Makefile.am
Martin Storsjo 2d767fe58f 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

Conflicts:

	configure.ac
2011-10-31 11:14:23 +01:00

4 lines
88 B
Makefile

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