Update of /cvsroot/audacity/lib-src/ffmpeg
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv626/lib-src/ffmpeg

Modified Files:
        avcodec.h avformat.h 
Log Message:
Changes in bundled-in avcodec and avformat headers, so they include other 
headers properly.

Index: avformat.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/ffmpeg/avformat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- avformat.h  4 Jun 2008 15:53:04 -0000       1.1
+++ avformat.h  4 Jun 2008 19:04:28 -0000       1.2
@@ -37,7 +37,7 @@
 
 #include <time.h>
 #include <stdio.h>  /* FILE */
-#include "libavcodec/avcodec.h"
+#include "avcodec.h"
 
 #include "avio.h"
 

Index: avcodec.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/ffmpeg/avcodec.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- avcodec.h   4 Jun 2008 15:53:03 -0000       1.1
+++ avcodec.h   4 Jun 2008 19:04:28 -0000       1.2
@@ -27,7 +27,7 @@
  */
 
 
-#include "libavutil/avutil.h"
+#include "avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 51
 #define LIBAVCODEC_VERSION_MINOR 57


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to