diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-26 13:05:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-26 13:05:10 +0100 |
commit | a984efd104cc3f4ab7f7209fa1b1bab6a44720db (patch) | |
tree | a0d9d5e407432f97249232898b45585fee399fa1 /libavcodec/alpha | |
parent | 9b1a0c2ee82f3b99584857db1ea662e2d08aca7f (diff) | |
parent | c242bbd8b6939507a1a6fb64101b0553d92d303f (diff) | |
download | ffmpeg-a984efd104cc3f4ab7f7209fa1b1bab6a44720db.tar.gz |
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
* commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f':
Remove unnecessary dsputil.h #includes
Conflicts:
libavcodec/ffv1.c
libavcodec/h261dec.c
libavcodec/h261enc.c
libavcodec/h264pred.c
libavcodec/lpc.h
libavcodec/mjpegdec.c
libavcodec/rectangle.h
libavcodec/x86/idct_sse2_xvid.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r-- | libavcodec/alpha/motion_est_alpha.c | 1 | ||||
-rw-r--r-- | libavcodec/alpha/mpegvideo_alpha.c | 1 | ||||
-rw-r--r-- | libavcodec/alpha/simple_idct_alpha.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/alpha/motion_est_alpha.c b/libavcodec/alpha/motion_est_alpha.c index 9883feea85..a7c33e4900 100644 --- a/libavcodec/alpha/motion_est_alpha.c +++ b/libavcodec/alpha/motion_est_alpha.c @@ -19,7 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/dsputil.h" #include "dsputil_alpha.h" #include "asm.h" diff --git a/libavcodec/alpha/mpegvideo_alpha.c b/libavcodec/alpha/mpegvideo_alpha.c index d465ee3343..7ba0f2e68f 100644 --- a/libavcodec/alpha/mpegvideo_alpha.c +++ b/libavcodec/alpha/mpegvideo_alpha.c @@ -20,7 +20,6 @@ */ #include "libavutil/attributes.h" -#include "libavcodec/dsputil.h" #include "libavcodec/mpegvideo.h" #include "asm.h" diff --git a/libavcodec/alpha/simple_idct_alpha.c b/libavcodec/alpha/simple_idct_alpha.c index 1a272bddaf..3bd1b336fe 100644 --- a/libavcodec/alpha/simple_idct_alpha.c +++ b/libavcodec/alpha/simple_idct_alpha.c @@ -26,7 +26,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/dsputil.h" #include "dsputil_alpha.h" #include "asm.h" |