mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
a new way of handling ffmpeg cvs
Original commit message from CVS: a new way of handling ffmpeg cvs
This commit is contained in:
parent
eb7e1bfc37
commit
fbbd5781ff
2 changed files with 11 additions and 0 deletions
10
gst-libs/ext/ffmpeg/README
Normal file
10
gst-libs/ext/ffmpeg/README
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
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.
|
1
gst-libs/ext/ffmpeg/Tag
Normal file
1
gst-libs/ext/ffmpeg/Tag
Normal file
|
@ -0,0 +1 @@
|
||||||
|
D2002.12.14.12.00.00
|
Loading…
Reference in a new issue