blob: 89812b21b19370fa5b96b82a9ff43a4b0aceb146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- cmus-2.2.0-orig/ffmpeg.c 2007-07-27 16:52:13.000000000 +0200
+++ cmus-2.2.0/ffmpeg.c 2008-04-25 16:32:40.000000000 +0200
@@ -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"
|