[FFmpeg-devel] [PATCH 03/33] bit_depth_template: don't depend on dsputil.h.
Ronald S. Bultje
rsbultje at gmail.com
Wed Feb 6 04:27:16 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 6b757fc..85ba8d0 100644
--- a/libavcodec/bit_depth_template.c
+++ b/libavcodec/bit_depth_template.c
@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "dsputil.h"
+#include "libavutil/intreadwrite.h"
#ifndef BIT_DEPTH
#define BIT_DEPTH 8
--
1.7.11.3
More information about the ffmpeg-devel
mailing list