This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
x86inc: Set program_name outside of x86inc.asm
This reduces the local difference to the x264 upstream version.
tags/n1.1
Diego Biurrun
12 years ago
parent
6cd796049d
commit
f0d124f005
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/x86/x86inc.asm
+1
-0
libavutil/x86/x86util.asm
+ 1
- 1
libavutil/x86/x86inc.asm
View File
@@ -35,7 +35,7 @@
; to x264-devel@videolan.org .
%ifndef program_name
%define program_name
ff
%define program_name
x264
%endif
%define WIN64 0
+ 1
- 0
libavutil/x86/x86util.asm
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save