[FFmpeg-cvslog] bit_depth_template: don't depend on dsputil.h.
Ronald S. Bultje
git at videolan.org
Mon Feb 11 01:11:02 CET 2013
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Sun Feb 10 15:59:22 2013 -0800| [5e74a2b68563f3f15a06dd1a63b90454afe2eef8] | committer: Michael Niedermayer
bit_depth_template: don't depend on dsputil.h.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e74a2b68563f3f15a06dd1a63b90454afe2eef8
---
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
More information about the ffmpeg-cvslog
mailing list