Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2b3649f6
Commit
2b3649f6
authored
Jan 18, 2010
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation with -O0.
Originally committed as revision 21308 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7a93858a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
15 deletions
+0
-15
h264.c
libavcodec/h264.c
+0
-3
h264_cavlc.c
libavcodec/h264_cavlc.c
+0
-4
h264_direct.c
libavcodec/h264_direct.c
+0
-4
h264_loopfilter.c
libavcodec/h264_loopfilter.c
+0
-4
No files found.
libavcodec/h264.c
View file @
2b3649f6
...
@@ -39,9 +39,6 @@
...
@@ -39,9 +39,6 @@
#include "vdpau_internal.h"
#include "vdpau_internal.h"
#include "cabac.h"
#include "cabac.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#endif
//#undef NDEBUG
//#undef NDEBUG
#include <assert.h>
#include <assert.h>
...
...
libavcodec/h264_cavlc.c
View file @
2b3649f6
...
@@ -35,10 +35,6 @@
...
@@ -35,10 +35,6 @@
#include "h264_mvpred.h"
#include "h264_mvpred.h"
#include "golomb.h"
#include "golomb.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#endif
//#undef NDEBUG
//#undef NDEBUG
#include <assert.h>
#include <assert.h>
...
...
libavcodec/h264_direct.c
View file @
2b3649f6
...
@@ -33,10 +33,6 @@
...
@@ -33,10 +33,6 @@
#include "h264_mvpred.h"
#include "h264_mvpred.h"
#include "rectangle.h"
#include "rectangle.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#endif
//#undef NDEBUG
//#undef NDEBUG
#include <assert.h>
#include <assert.h>
...
...
libavcodec/h264_loopfilter.c
View file @
2b3649f6
...
@@ -33,10 +33,6 @@
...
@@ -33,10 +33,6 @@
#include "mathops.h"
#include "mathops.h"
#include "rectangle.h"
#include "rectangle.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#endif
//#undef NDEBUG
//#undef NDEBUG
#include <assert.h>
#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