From 6860b4081d046558c44b1b42f22022ea341a2a73 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 8 Jul 2012 01:20:48 +0200 Subject: x86: include x86inc.asm in x86util.asm This is necessary to allow refactoring some x86util macros with cpuflags. --- libavfilter/x86/hqdn3d.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/x86') 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 -- cgit v1.2.3