1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/multimedia/ffmpeg-devel/files/patch-libavformat::avformat.h
Mario Sergio Fujikawa Ferreira 639ba969fc - After repo copy to ffmpeg045 port so that both older and faster
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)
2003-01-10 18:21:21 +00:00

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