[FFmpeg-devel] [PATCH 3/3] bit_depth_template: don't depend on dsputil.h.

Ronald S. Bultje rsbultje at gmail.com
Mon Feb 11 00:59:22 CET 2013


From: "Ronald S. Bultje" <rsbultje at gmail.com>

---
 libavcodec/bit_depth_template.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/bit_depth_template.c b/libavcodec/bit_depth_template.c
index 66b737b..1a6d007 100644
--- a/libavcodec/bit_depth_template.c
+++ b/libavcodec/bit_depth_template.c
@@ -16,8 +16,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "dsputil.h"
 #include "rnd_avg.h"
+#include "libavutil/intreadwrite.h"
 
 #ifndef BIT_DEPTH
 #define BIT_DEPTH 8
-- 
1.7.11.3



More information about the ffmpeg-devel mailing list