Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
f0d124f0
Commit
f0d124f0
authored
Oct 30, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86inc: Set program_name outside of x86inc.asm
This reduces the local difference to the x264 upstream version.
parent
6cd79604
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
x86inc.asm
libavutil/x86/x86inc.asm
+1
-1
x86util.asm
libavutil/x86/x86util.asm
+1
-0
No files found.
libavutil/x86/x86inc.asm
View file @
f0d124f0
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
; to x264-devel@videolan.org .
; to x264-devel@videolan.org .
%ifndef
program_name
%ifndef
program_name
%
define
program_name
ff
%
define
program_name
x264
%endif
%endif
%define
WIN64
0
%define
WIN64
0
...
...
libavutil/x86/x86util.asm
View file @
f0d124f0
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
;******************************************************************************
%define
program_name
ff
%define
cpuflags_mmxext
cpuflags_mmx2
%define
cpuflags_mmxext
cpuflags_mmx2
%include
"libavutil/x86/x86inc.asm"
%include
"libavutil/x86/x86inc.asm"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment