mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -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>
18 lines
417 B
C
18 lines
417 B
C
--- ffserver.c.orig Tue Oct 8 13:45:36 2002
|
|
+++ ffserver.c Tue Oct 8 13:46:10 2002
|
|
@@ -20,7 +20,6 @@
|
|
#include "avformat.h"
|
|
|
|
#include <stdarg.h>
|
|
-#include <netinet/in.h>
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
#include <sys/ioctl.h>
|
|
@@ -30,6 +29,7 @@
|
|
#include <time.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <sys/wait.h>
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|