gstreamer/ext/mpeg2enc
Matthew Waters 278039be06 mpeg2enc: fix werror build with clang
/usr/include/mjpegtools/mpeg2enc/ontheflyratectlpass1.hh:1:9: error: '_ONTHEFLYRATECTLPASS1_HH' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard]
#ifndef _ONTHEFLYRATECTLPASS1_HH
        ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/mjpegtools/mpeg2enc/ontheflyratectlpass1.hh:2:9: note: '_ONTHELFYRATECTLPASS1_HH' is defined here; did you mean '_ONTHEFLYRATECTLPASS1_HH'?
#define _ONTHELFYRATECTLPASS1_HH
        ^~~~~~~~~~~~~~~~~~~~~~~~
        _ONTHEFLYRATECTLPASS1_HH
In file included from ../subprojects/gst-plugins-bad/ext/mpeg2enc/gstmpeg2encoder.cc:31:
/usr/include/mjpegtools/mpeg2enc/ontheflyratectlpass2.hh:1:9: error: '_ONTHEFLYRATECTLPASS2_HH' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard]
#ifndef _ONTHEFLYRATECTLPASS2_HH
        ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/mjpegtools/mpeg2enc/ontheflyratectlpass2.hh:2:9: note: '_ONTHELFYRATECTLPASS2_HH' is defined here; did you mean '_ONTHEFLYRATECTLPASS2_HH'?
#define _ONTHELFYRATECTLPASS2_HH
        ^~~~~~~~~~~~~~~~~~~~~~~~
        _ONTHEFLYRATECTLPASS2_HH

/usr/include/mjpegtools/mpeg2enc/encoderparams.hh:82:1: error: struct 'RateCtl' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Werror,-Wmismatched-tags]
struct RateCtl;
^
/usr/include/mjpegtools/mpeg2enc/ratectl.hh:50:7: note: previous use is here
class RateCtl
      ^
/usr/include/mjpegtools/mpeg2enc/encoderparams.hh:82:1: note: did you mean class here?
struct RateCtl;
^~~~~~
class
2019-08-28 02:47:18 +00:00
..
gstmpeg2enc.cc docstrings: port ulinks to markdown links 2019-08-23 20:14:12 +02:00
gstmpeg2enc.hh Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpeg2encoder.cc Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpeg2encoder.hh Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpeg2encoptions.cc mpeg2enc: increase max. allowed value for bitrate property 2014-06-01 10:47:17 +01:00
gstmpeg2encoptions.hh Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpeg2encpicturereader.cc Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpeg2encpicturereader.hh Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpeg2encstreamwriter.cc Fix FSF address 2012-11-04 00:09:59 +00:00
gstmpeg2encstreamwriter.hh Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build mpeg2enc: fix werror build with clang 2019-08-28 02:47:18 +00:00