aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/h264dsp_mmx.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-11-27 22:23:34 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-11-27 22:23:34 +0000
commit182f56cb0ce5136fe43dc4ec72d60f6a55834e84 (patch)
tree2150002d814d78d0f4812d915a64fa3960798b58 /libavcodec/i386/h264dsp_mmx.c
parent713b0bffd6e172bc28b93a397101b626e9e3a8c8 (diff)
downloadffmpeg-182f56cb0ce5136fe43dc4ec72d60f6a55834e84.tar.gz
make ff_p* vars extern so that they can be used in various *_mmx.c files
Originally committed as revision 11100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/h264dsp_mmx.c')
-rw-r--r--libavcodec/i386/h264dsp_mmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/i386/h264dsp_mmx.c b/libavcodec/i386/h264dsp_mmx.c
index df6cedae1c..879da6e3cc 100644
--- a/libavcodec/i386/h264dsp_mmx.c
+++ b/libavcodec/i386/h264dsp_mmx.c
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "dsputil_mmx.h"
/***********************************/
/* IDCT */