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
Fix compilation with -O0.
Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer
16 years ago
parent
7a93858a6d
commit
2b3649f656
4 changed files
with
0 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/h264.c
+0
-4
libavcodec/h264_cavlc.c
+0
-4
libavcodec/h264_direct.c
+0
-4
libavcodec/h264_loopfilter.c
+ 0
- 3
libavcodec/h264.c
View File
@@ -39,9 +39,6 @@
#include "vdpau_internal.h"
#include "cabac.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#endif
//#undef NDEBUG
#include <assert.h>
+ 0
- 4
libavcodec/h264_cavlc.c
View File
@@ -35,10 +35,6 @@
#include "h264_mvpred.h"
#include "golomb.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#endif
//#undef NDEBUG
#include <assert.h>
+ 0
- 4
libavcodec/h264_direct.c
View File
@@ -33,10 +33,6 @@
#include "h264_mvpred.h"
#include "rectangle.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#endif
//#undef NDEBUG
#include <assert.h>
+ 0
- 4
libavcodec/h264_loopfilter.c
View File
@@ -33,10 +33,6 @@
#include "mathops.h"
#include "rectangle.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#endif
//#undef NDEBUG
#include <assert.h>
Write
Preview
Loading…
Cancel
Save