diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-25 19:27:11 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-25 19:27:11 +0000 |
commit | afac057a11d71b83b0b22bf68c20834c8dfe80e5 (patch) | |
tree | 373bc98dcfe00de6e0ff17bf11187f87e2ba5722 /multimedia/ffmpeg/files/patch-ffserver.c | |
parent | chase library dependency due to update of avifile port to 0.60.20010920 (diff) |
o New port ffmpeg version 0.4.5: Hyper fast realtime audio/video
encoder/converter, streaming server
Thanks to: fenner, imp, Chris "Vulpyne" Austin <vulpyne@way2fast.com>
* for this patch -> #define INT64_C(x) x##LL
Notes
Notes:
svn path=/head/; revision=48195
Diffstat (limited to 'multimedia/ffmpeg/files/patch-ffserver.c')
-rw-r--r-- | multimedia/ffmpeg/files/patch-ffserver.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/ffmpeg/files/patch-ffserver.c b/multimedia/ffmpeg/files/patch-ffserver.c new file mode 100644 index 000000000000..b0b444a8405a --- /dev/null +++ b/multimedia/ffmpeg/files/patch-ffserver.c @@ -0,0 +1,18 @@ +--- ffserver.c.orig Tue Sep 25 14:53:44 2001 ++++ ffserver.c Tue Sep 25 14:55:12 2001 +@@ -20,7 +20,6 @@ + #include <stdlib.h> + #include <stdio.h> + #include <string.h> +-#include <netinet/in.h> + #include <unistd.h> + #include <fcntl.h> + #include <sys/ioctl.h> +@@ -31,6 +30,7 @@ + #include <getopt.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <netdb.h> + #include <ctype.h> |