Merge commit '802713c4e7'
* commit '802713c4e7':
mss2: prevent potential uninitialized reads
mss2: reindent after last commit
mss2: fix handling of unmasked implicit WMV9 rectangles
configure: add lavu dependency to lavr/lavfi .pc files
x86inc: Set program_name outside of x86inc.asm
Conflicts:
configure
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
da501ea857
4 changed files with 46 additions and 42 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue