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:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-31 16:57:09 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-10-31 16:57:09 +0400
commit9766d9c9851577d8162d5f006dffc721902a1409 (patch)
tree938847263d4b058201617e0cdc5bd50ed098af7f /libavfilter/x86
parent264f12342c3e71e4ecc9a2993e656e064f774105 (diff)
parent04581c8c77ce779e4e70684ac45302972766be0f (diff)
Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'
* commit '04581c8c77ce779e4e70684ac45302972766be0f': x86: yasm: Use complete source path for macro helper %includes Conflicts: Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 8c5850b2d3..961127e670 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 "x86util.asm"
+%include "libavutil/x86/x86util.asm"
SECTION .text