mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
6216d49d8d
Original commit message from CVS: a new way of handling ffmpeg cvs
10 lines
424 B
Text
10 lines
424 B
Text
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.
|