tag 517570 patch
thanks

Bastian Blank <wa...@debian.org> (28/02/2009):
> There was an error while trying to autobuild your package:
> 
> > Automatic build of cmus_2.2.0-3+b1 on debian-31.osdl.marist.edu by 
> > sbuild/s390 98
> [...]
> >    CC     ffmpeg.lo
> > ffmpeg.c:21:28: warning: ffmpeg/avcodec.h: No such file or directory
> > ffmpeg.c:22:29: warning: ffmpeg/avformat.h: No such file or directory
> > ffmpeg.c:23:25: warning: ffmpeg/avio.h: No such file or directory

avio.h isn't actually needed, but well, let's fix it anyway.

Mraw,
KiBi.
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -18,9 +18,9 @@
  */
 
 #include <stdio.h>
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/avformat.h>
-#include <ffmpeg/avio.h>
+#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
+#include <libavformat/avio.h>
 
 #include "ip.h"
 #include "xmalloc.h"

Attachment: signature.asc
Description: Digital signature

Reply via email to