Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
2b3649f6
Commit
2b3649f6
authored
Jan 18, 2010
by
Michael Niedermayer
Browse files
Fix compilation with -O0.
Originally committed as revision 21308 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7a93858a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
15 deletions
+0
-15
libavcodec/h264.c
libavcodec/h264.c
+0
-3
libavcodec/h264_cavlc.c
libavcodec/h264_cavlc.c
+0
-4
libavcodec/h264_direct.c
libavcodec/h264_direct.c
+0
-4
libavcodec/h264_loopfilter.c
libavcodec/h264_loopfilter.c
+0
-4
No files found.
libavcodec/h264.c
View file @
2b3649f6
...
...
@@ -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>
...
...
libavcodec/h264_cavlc.c
View file @
2b3649f6
...
...
@@ -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>
...
...
libavcodec/h264_direct.c
View file @
2b3649f6
...
...
@@ -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>
...
...
libavcodec/h264_loopfilter.c
View file @
2b3649f6
...
...
@@ -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
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