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
c8b4a399
Commit
c8b4a399
authored
May 09, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libxvid: Give more suitable names to libxvid-related files.
parent
5b432d66
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile
libavcodec/Makefile
+1
-1
libxvid.c
libavcodec/libxvid.c
+1
-1
libxvid.h
libavcodec/libxvid.h
+3
-3
libxvid_rc.c
libavcodec/libxvid_rc.c
+1
-1
No files found.
libavcodec/Makefile
View file @
c8b4a399
...
...
@@ -616,7 +616,7 @@ OBJS-$(CONFIG_LIBVPX_DECODER) += libvpxdec.o
OBJS-$(CONFIG_LIBVPX_ENCODER)
+=
libvpxenc.o
OBJS-$(CONFIG_LIBX264_ENCODER)
+=
libx264.o
OBJS-$(CONFIG_LIBXAVS_ENCODER)
+=
libxavs.o
OBJS-$(CONFIG_LIBXVID_ENCODER)
+=
libxvid
ff
.o
OBJS-$(CONFIG_LIBXVID_ENCODER)
+=
libxvid.o
# parsers
OBJS-$(CONFIG_AAC_PARSER)
+=
aac_parser.o
aac_ac3_parser.o
\
...
...
libavcodec/libxvid
ff
.c
→
libavcodec/libxvid.c
View file @
c8b4a399
...
...
@@ -31,7 +31,7 @@
#include "libavutil/cpu.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libxvid
_internal
.h"
#include "libxvid.h"
#include "mpegvideo.h"
/**
...
...
libavcodec/libxvid
_internal
.h
→
libavcodec/libxvid.h
View file @
c8b4a399
...
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_LIBXVID_
INTERNAL_
H
#define AVCODEC_LIBXVID_
INTERNAL_
H
#ifndef AVCODEC_LIBXVID_H
#define AVCODEC_LIBXVID_H
/**
* @file
...
...
@@ -29,4 +29,4 @@
int
ff_tempfile
(
const
char
*
prefix
,
char
**
filename
);
#endif
/* AVCODEC_LIBXVID_
INTERNAL_
H */
#endif
/* AVCODEC_LIBXVID_H */
libavcodec/libxvid_rc.c
View file @
c8b4a399
...
...
@@ -28,7 +28,7 @@
#endif
#include "avcodec.h"
#include "libxvid
_internal
.h"
#include "libxvid.h"
//#include "dsputil.h"
#include "mpegvideo.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