mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
639ba969fc
version 0.4.5 is preserved while the current version matures: o Update to 0.4.6 o Remove ONLY_FOR_ARCHS, no longer i386 only o Add PKGMESSAGE explaining the differences between this and ffmpeg045 port Reviewed by: Steve O'Hara-Smith <steve@sohara.org> Repo copied by: cvs (joe) Approved by: portmgr (self)
12 lines
309 B
C
12 lines
309 B
C
--- libavformat/avformat.h.orig Wed Jan 1 21:03:56 2003
|
|
+++ libavformat/avformat.h Wed Jan 1 21:04:02 2003
|
|
@@ -329,7 +329,7 @@
|
|
int video_grab_init(void);
|
|
int audio_init(void);
|
|
|
|
-extern const char *v4l_device;
|
|
+extern const char *video_device;
|
|
extern const char *audio_device;
|
|
|
|
#ifdef HAVE_AV_CONFIG_H
|