mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
77fa4072ee
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
4 lines
88 B
Makefile
4 lines
88 B
Makefile
SUBDIRS = ffmpeg libswscale
|
|
if !GST_FFMPEG_ENABLE_LGPL
|
|
SUBDIRS += libpostproc
|
|
endif
|