summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-10 18:21:21 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-10 18:21:21 +0000
commit639ba969fc9ab62b45f38cc73bd7977a3847f77f (patch)
treea09ba215edfdeae0b6d4321829cccbe4ee391850 /multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c
parent- After repo copy from ffmpeg port: (diff)
- 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)
Notes
Notes: svn path=/head/; revision=72852
Diffstat (limited to 'multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c')
-rw-r--r--multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c b/multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c
index 2242cdb60be1..0ba5924735c1 100644
--- a/multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c
+++ b/multimedia/ffmpeg/files/extra-bktr-patch-ffmpeg.c
@@ -1,14 +1,14 @@
---- ffmpeg.c.orig Thu Oct 10 20:13:52 2002
-+++ ffmpeg.c Thu Oct 10 20:14:03 2002
-@@ -36,6 +36,7 @@
- #include <ctype.h>
-
+--- ffmpeg.c.orig Wed Jan 1 20:56:06 2003
++++ ffmpeg.c Wed Jan 1 20:56:41 2003
+@@ -35,6 +35,7 @@
+ #define INFINITY HUGE_VAL
+ #endif
+#define INT64_C(x) x##LL
#define MAXINT64 INT64_C(0x7fffffffffffffff)
typedef struct {
-@@ -146,7 +147,7 @@
+@@ -158,7 +159,7 @@
const char *audio_device = "none";
#endif
#ifndef CONFIG_VIDEO4LINUX
@@ -17,7 +17,7 @@
#endif
typedef struct AVOutputStream {
-@@ -1601,7 +1602,7 @@
+@@ -1842,7 +1843,7 @@
void opt_video_device(const char *arg)
{
@@ -26,7 +26,7 @@
}
void opt_audio_device(const char *arg)
-@@ -2099,7 +2100,7 @@
+@@ -2428,7 +2429,7 @@
/* by now video grab has one stream */
ic->streams[0]->r_frame_rate = ap->frame_rate;
input_files[nb_input_files] = ic;