Commit c8b4a399 authored by Diego Biurrun's avatar Diego Biurrun

libxvid: Give more suitable names to libxvid-related files.

parent 5b432d66
...@@ -616,7 +616,7 @@ OBJS-$(CONFIG_LIBVPX_DECODER) += libvpxdec.o ...@@ -616,7 +616,7 @@ OBJS-$(CONFIG_LIBVPX_DECODER) += libvpxdec.o
OBJS-$(CONFIG_LIBVPX_ENCODER) += libvpxenc.o OBJS-$(CONFIG_LIBVPX_ENCODER) += libvpxenc.o
OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o
OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o
OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvidff.o OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvid.o
# parsers # parsers
OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o \ OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o \
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include "libavutil/cpu.h" #include "libavutil/cpu.h"
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h" #include "libavutil/mathematics.h"
#include "libxvid_internal.h" #include "libxvid.h"
#include "mpegvideo.h" #include "mpegvideo.h"
/** /**
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVCODEC_LIBXVID_INTERNAL_H #ifndef AVCODEC_LIBXVID_H
#define AVCODEC_LIBXVID_INTERNAL_H #define AVCODEC_LIBXVID_H
/** /**
* @file * @file
...@@ -29,4 +29,4 @@ ...@@ -29,4 +29,4 @@
int ff_tempfile(const char *prefix, char **filename); int ff_tempfile(const char *prefix, char **filename);
#endif /* AVCODEC_LIBXVID_INTERNAL_H */ #endif /* AVCODEC_LIBXVID_H */
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#endif #endif
#include "avcodec.h" #include "avcodec.h"
#include "libxvid_internal.h" #include "libxvid.h"
//#include "dsputil.h" //#include "dsputil.h"
#include "mpegvideo.h" #include "mpegvideo.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment