freebsd-ports/multimedia/dvbcut/files
Stefan Eßer 4485856311 Unreak compilation with gcc-4.2: There is one expression containing a
binary operator '>?' that is accepted by gcc-3.x but not by gcc-4.2.

I did not find the definition of this operator and do not know whether
it is an extension found in g++-3.x, but I assume that it is a maximum
value operator (a >? b) <==> max(a, b) and this patch implements this
operation explicitly instead of via the (unknown in g++-4.2) operator.

Submitted by:   pointyhat via kris
2007-06-03 15:45:31 +00:00
..
patch-defines.h Since the upgrade to 0.5.4 included most of the contents of the latest 2007-05-01 15:04:18 +00:00
patch-index.h Since the upgrade to 0.5.4 included most of the contents of the latest 2007-05-01 15:04:18 +00:00
patch-Makefile
patch-playaudio.cpp Unreak compilation with gcc-4.2: There is one expression containing a 2007-06-03 15:45:31 +00:00
patch-psfile.cpp The AC3 decoder function in ffmpeg has been renamed, make dvbcut use 2007-05-02 22:59:01 +00:00
patch-SConstruct Since the upgrade to 0.5.4 included most of the contents of the latest 2007-05-01 15:04:18 +00:00
patch-tsfile.cpp The AC3 decoder function in ffmpeg has been renamed, make dvbcut use 2007-05-02 22:59:01 +00:00