diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-08 01:20:48 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-31 00:37:42 +0100 |
commit | 6860b4081d046558c44b1b42f22022ea341a2a73 (patch) | |
tree | 00d50625ee0e802a31d76e3cef6ba132905c700c /libavcodec/x86/vc1dsp.asm | |
parent | ab9545a290d1f48eb4c361ecd0b5df0a966a9a79 (diff) | |
download | ffmpeg-6860b4081d046558c44b1b42f22022ea341a2a73.tar.gz |
x86: include x86inc.asm in x86util.asm
This is necessary to allow refactoring some x86util macros with cpuflags.
Diffstat (limited to 'libavcodec/x86/vc1dsp.asm')
-rw-r--r-- | libavcodec/x86/vc1dsp.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/vc1dsp.asm b/libavcodec/x86/vc1dsp.asm index ced2b5ba88..0aa4cf48af 100644 --- a/libavcodec/x86/vc1dsp.asm +++ b/libavcodec/x86/vc1dsp.asm @@ -19,7 +19,6 @@ ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;****************************************************************************** -%include "x86inc.asm" %include "x86util.asm" cextern pw_4 |