diff src/ffmpeg/libavformat/file.c @ 814:2eaaa3aa182b trunk

[svn] - make the whole thing compile. runtime linking is another story.
author nenolod
date Mon, 12 Mar 2007 13:00:06 -0700
parents e8776388b02a
children 11278fe4764b
line wrap: on
line diff
--- a/src/ffmpeg/libavformat/file.c	Mon Mar 12 11:47:10 2007 -0700
+++ b/src/ffmpeg/libavformat/file.c	Mon Mar 12 13:00:06 2007 -0700
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 #include "avformat.h"
-#include "cutils.h"
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/ioctl.h>