gstreamer/ext/Makefile.am
Sebastian Dröge e49c069995 Rename everything from gst-ffmpeg to gst-libav
Also change elements factory names to avenc_*, avdec_*,
avmux_* and avdemux_*. The actual filenames, type names,
function/variable names are not touched to make merging
with 0.10 easier at this point. Once 0.10 is not supported
anymore everything should be renamed.
2012-04-12 19:41:52 +02:00

4 lines
87 B
Makefile

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