Commit f0d124f0 authored by Diego Biurrun's avatar Diego Biurrun

x86inc: Set program_name outside of x86inc.asm

This reduces the local difference to the x264 upstream version.
parent 6cd79604
......@@ -35,7 +35,7 @@
; to x264-devel@videolan.org .
%ifndef program_name
%define program_name ff
%define program_name x264
%endif
%define WIN64 0
......
......@@ -23,6 +23,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%define program_name ff
%define cpuflags_mmxext cpuflags_mmx2
%include "libavutil/x86/x86inc.asm"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment