Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-08 03:20:48 +0400
committerDiego Biurrun <diego@biurrun.de>2012-10-31 03:37:42 +0400
commit6860b4081d046558c44b1b42f22022ea341a2a73 (patch)
tree00d50625ee0e802a31d76e3cef6ba132905c700c /libavfilter/x86
parentab9545a290d1f48eb4c361ecd0b5df0a966a9a79 (diff)
x86: include x86inc.asm in x86util.asm
This is necessary to allow refactoring some x86util macros with cpuflags.
Diffstat (limited to 'libavfilter/x86')
-rw-r--r--libavfilter/x86/hqdn3d.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/x86/hqdn3d.asm b/libavfilter/x86/hqdn3d.asm
index 7254194ac8..a84c7b7d5f 100644
--- a/libavfilter/x86/hqdn3d.asm
+++ b/libavfilter/x86/hqdn3d.asm
@@ -18,7 +18,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
-%include "x86inc.asm"
+%include "x86util.asm"
SECTION .text