diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-11 19:28:30 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-11 19:28:30 +0000 |
commit | 4f2162a0d54f5d95c741a618577a2aafd500308f (patch) | |
tree | 3144bcec3109220690d47df1929e65caea18da15 /graphics/ffmpeg/files/patch-libav::avformat.h | |
parent | Add a fix that accounts for recently added <sys/endian.h> in (diff) |
o Update ffmpeg to CVS snapshot dated Aug 20, 2002. Bump PORTREVISION
since this is unversioned.
o Add booktree capture support with patches kindly supplied by
"Steve O'Hara-Smith" <steve@sohara.org>. Work is in progress to get these
merged back into ffmpeg's CVS repo
o Add WITH_MP3 for lame mp3 support
o Add WITH_VORBIS for vorbis support
o Install shared library for the first time, begin versioning at 0
Reviewed by: freebsd-multimedia mailing list,
"Steve O'Hara-Smith" <steve@sohara.org>,
Anish Mistry <mistry.7@osu.edu>
Notes
Notes:
svn path=/head/; revision=67821
Diffstat (limited to 'graphics/ffmpeg/files/patch-libav::avformat.h')
-rw-r--r-- | graphics/ffmpeg/files/patch-libav::avformat.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/ffmpeg/files/patch-libav::avformat.h b/graphics/ffmpeg/files/patch-libav::avformat.h new file mode 100644 index 000000000000..3199bc4a0bbe --- /dev/null +++ b/graphics/ffmpeg/files/patch-libav::avformat.h @@ -0,0 +1,9 @@ +--- libav/avformat.h Mon Jul 8 04:38:40 2002 ++++ libav/avformat.h Sun Jul 14 15:22:58 2002 +@@ -284,5 +284,5 @@ + int video_grab_init(void); + int audio_init(void); + +-extern const char *v4l_device; ++extern const char *video_device; + extern const char *audio_device; |