diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-05-25 14:42:38 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-05-25 14:44:50 +0100 |
commit | 202a5480307de3d02a93dc0bd4e91c3dc3572037 (patch) | |
tree | 97b0273cf6cbbfc5fa5f19f2e26fe9d0363a8938 /ext/mpeg2enc/gstmpeg2encoder.cc | |
parent | 4a7057048fbf531af9f2623cd012dada85b231d3 (diff) | |
download | gstreamer-plugins-bad-202a5480307de3d02a93dc0bd4e91c3dc3572037.tar.gz |
mpeg2enc: fix build with 1.9.0 release again after recent fixes for mjpegtools 2.0.0
https://bugzilla.gnome.org/show_bug.cgi?id=650970
Diffstat (limited to 'ext/mpeg2enc/gstmpeg2encoder.cc')
-rw-r--r-- | ext/mpeg2enc/gstmpeg2encoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mpeg2enc/gstmpeg2encoder.cc b/ext/mpeg2enc/gstmpeg2encoder.cc index 31f1a308d..776602cc6 100644 --- a/ext/mpeg2enc/gstmpeg2encoder.cc +++ b/ext/mpeg2enc/gstmpeg2encoder.cc @@ -26,7 +26,7 @@ #include <mpegconsts.h> #include <quantize.hh> -#if GST_MJPEGTOOLS_API >= 10903 +#if GST_MJPEGTOOLS_API >= 20000 #include <ontheflyratectlpass1.hh> #include <ontheflyratectlpass2.hh> #elif GST_MJPEGTOOLS_API >= 10900 |