updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / etoile / MKMediaFile.h.patch
blobc5b26957fa08ce933a167b87907211e67ff097bf
1 --- a/Frameworks/MediaKit/MKMediaFile.h 2009-03-22 07:21:55.000000000 +0900
2 +++ b/Frameworks/MediaKit/MKMediaFile.h 2009-03-22 05:23:28.000000000 +0900
3 @@ -2,8 +2,8 @@
4 // NOTE: Ugly hack to get rid of deprecation warnings on Ubuntu
5 // See https://bugs.launchpad.net/ubuntu/+source/ffmpeg/+bug/122266
6 #define attribute_deprecated
7 -#include <avcodec.h>
8 -#include <avformat.h>
9 +#include <libavcodec/avcodec.h>
10 +#include <libavformat/avformat.h>
12 @class NSURL;
13 /**