[SCM] libav/experimental: dsputil.h is a local header

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:13 UTC 2013


The following commit has been merged in the experimental branch:
commit ce7f71a2ddf795f451e5acd79fd81f5149e8e87b
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Mon Mar 3 23:14:25 2008 +0000

    dsputil.h is a local header
    
    Originally committed as revision 12308 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/rtjpeg.h b/libavcodec/rtjpeg.h
index 0c23ece..a5b377d 100644
--- a/libavcodec/rtjpeg.h
+++ b/libavcodec/rtjpeg.h
@@ -23,7 +23,7 @@
 #define FFMPEG_RTJPEG_H
 
 #include <stdint.h>
-#include <dsputil.h>
+#include "dsputil.h"
 
 typedef struct {
     int w, h;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list