gstreamer/gst-libs/ext/ffmpeg
Benjamin Otte b4786e830b compatibility fix for new GST_DEBUG stuff.
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h

I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-29 19:46:09 +00:00
..
patch Use new ffmpeg revision 2003-05-29 19:33:58 +00:00
.gitignore ignore ffmpeg dir 2003-01-05 23:14:02 +00:00
Makefile.am Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there 2003-06-11 19:42:20 +00:00
README a new way of handling ffmpeg cvs 2003-01-05 11:31:01 +00:00
Tag compatibility fix for new GST_DEBUG stuff. 2003-06-29 19:46:09 +00:00

HOWTO sync to a new ffmpeg CVS date:

a) manually update with cvs update -D 'new date tag'
b) fix stuff so that our plug-in builds against it
c) in configure.ac, replace the date tag with your new tag
d) copy gst-libs/ext/ffmpeg/ffmpeg/CVS/Tag to gst-libs/ext/ffmpeg/Tag
e) commit all these changes to cvs

The reason both c) and d) need to be done is because cvs doesn't understand
it's own Tag file format as a date spec.