mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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>
9 lines
265 B
C
9 lines
265 B
C
--- 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;
|