This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
strcasecmp() requires #include <strings.h>
Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs
16 years ago
parent
5af4f1f3e3
commit
ea452b54f0
7 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ffserver.c
+1
-0
libavdevice/dv1394.c
+1
-0
libavdevice/v4l.c
+1
-0
libavdevice/v4l2.c
+1
-0
libavformat/mp3.c
+1
-0
libavformat/rtsp.c
+1
-0
libavformat/utils.c
+ 1
- 0
ffserver.c
View File
@@ -26,6 +26,7 @@
#define closesocket close
#endif
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include "libavutil/random.h"
#include "libavutil/avstring.h"
+ 1
- 0
libavdevice/dv1394.c
View File
@@ -28,6 +28,7 @@
#include <sys/poll.h>
#include <sys/time.h>
#include <time.h>
#include <strings.h>
#include "libavformat/avformat.h"
+ 1
- 0
libavdevice/v4l.c
View File
@@ -30,6 +30,7 @@
#define _LINUX_TIME_H 1
#include <linux/videodev.h>
#include <time.h>
#include <strings.h>
typedef struct {
int fd;
+ 1
- 0
libavdevice/v4l2.c
View File
@@ -37,6 +37,7 @@
#include <asm/types.h>
#include <linux/videodev2.h>
#include <time.h>
#include <strings.h>
static const int desired_video_buffers = 256;
+ 1
- 0
libavformat/mp3.c
View File
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <strings.h>
#include "libavutil/avstring.h"
#include "libavcodec/mpegaudio.h"
#include "libavcodec/mpegaudiodecheader.h"
+ 1
- 0
libavformat/rtsp.c
View File
@@ -24,6 +24,7 @@
#include <sys/time.h>
#include <unistd.h> /* for select() prototype */
#include <strings.h>
#include "network.h"
#include "rtsp.h"
+ 1
- 0
libavformat/utils.c
View File
@@ -24,6 +24,7 @@
#include "riff.h"
#include <sys/time.h>
#include <time.h>
#include <strings.h>
#undef NDEBUG
#include <assert.h>
Write
Preview
Loading…
Cancel
Save