[Ffmpeg-cvslog] CVS: ffmpeg ffmpeg.c,1.351,1.352
Michael Niedermayer CVS
michael
Mon Sep 12 20:24:50 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.421, 1.422 utils.c, 1.155, 1.156
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec utils.c, 1.156, 1.157 opt.c, 1.7, 1.8 avcodec.h, 1.422, 1.423
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv24434
Modified Files:
ffmpeg.c
Log Message:
dont include opt.h in avcodec.h
Index: ffmpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffmpeg.c,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -d -r1.351 -r1.352
--- ffmpeg.c 12 Sep 2005 16:30:45 -0000 1.351
+++ ffmpeg.c 12 Sep 2005 18:24:47 -0000 1.352
@@ -21,6 +21,7 @@
#include "avformat.h"
#include "framehook.h"
#include "dsputil.h"
+#include "opt.h"
#ifndef CONFIG_WIN32
#include <unistd.h>
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.421, 1.422 utils.c, 1.155, 1.156
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec utils.c, 1.156, 1.157 opt.c, 1.7, 1.8 avcodec.h, 1.422, 1.423
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list