summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_idct_10bit.asm
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-15 11:48:21 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-31 00:37:42 +0100
commit04581c8c77ce779e4e70684ac45302972766be0f (patch)
tree2bb3524b50be2a72e9c4a2531cce54a8a0d7f9df /libavcodec/x86/h264_idct_10bit.asm
parent6860b4081d046558c44b1b42f22022ea341a2a73 (diff)
x86: yasm: Use complete source path for macro helper %includes
This is more consistent with the way we handle C #includes and it simplifies the build system.
Diffstat (limited to 'libavcodec/x86/h264_idct_10bit.asm')
-rw-r--r--libavcodec/x86/h264_idct_10bit.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_idct_10bit.asm b/libavcodec/x86/h264_idct_10bit.asm
index ad923f94f6..5ba241b3f3 100644
--- a/libavcodec/x86/h264_idct_10bit.asm
+++ b/libavcodec/x86/h264_idct_10bit.asm
@@ -22,7 +22,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
-%include "x86util.asm"
+%include "libavutil/x86/x86util.asm"
SECTION_RODATA