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
420b073b
Commit
420b073b
authored
Jul 30, 2001
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added HAVE_AV_CONFIG_H
Originally committed as revision 19 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
2b0c1a44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile
libav/Makefile
+1
-1
common.h
libavcodec/common.h
+2
-0
No files found.
libav/Makefile
View file @
420b073b
include
../config.mak
include
../config.mak
CFLAGS
=
$(OPTFLAGS)
-Wall
-g
-I
../libavcodec
CFLAGS
=
$(OPTFLAGS)
-Wall
-g
-I
../libavcodec
-DHAVE_AV_CONFIG_H
OBJS
=
rm.o mpeg.o asf.o avienc.o jpegenc.o swf.o wav.o raw.o
\
OBJS
=
rm.o mpeg.o asf.o avienc.o jpegenc.o swf.o wav.o raw.o
\
avidec.o ffm.o
\
avidec.o ffm.o
\
...
...
libavcodec/common.h
View file @
420b073b
#ifndef COMMON_H
#ifndef COMMON_H
#define COMMON_H
#define COMMON_H
#ifdef HAVE_AV_CONFIG_H
#include "../config.h"
#include "../config.h"
#endif
#ifndef __WINE_WINDEF16_H
#ifndef __WINE_WINDEF16_H
/* workaround for typedef conflict in MPlayer (wine typedefs) */
/* workaround for typedef conflict in MPlayer (wine typedefs) */
...
...
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