mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-07 01:32:19 +00:00
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.
Originally committed as revision 6670 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a5db5bda07
commit
cb690cadaf
@ -18,15 +18,15 @@
|
|||||||
* 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 INTERNAL_H
|
#ifndef XVID_INTERNAL_H
|
||||||
#define INTERNAL_H
|
#define XVID_INTERNAL_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file internal.h
|
* @file xvid_internal.h
|
||||||
* common functions for internal libavcodec use
|
* common functions for use with the XviD wrappers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
int av_tempfile(char *prefix, char **filename);
|
int av_tempfile(char *prefix, char **filename);
|
||||||
|
|
||||||
#endif /* INTERNAL_H */
|
#endif /* XVID_INTERNAL_H */
|
@ -23,7 +23,7 @@
|
|||||||
#include <xvid.h>
|
#include <xvid.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "internal.h"
|
#include "xvid_internal.h"
|
||||||
//#include "dsputil.h"
|
//#include "dsputil.h"
|
||||||
#include "mpegvideo.h"
|
#include "mpegvideo.h"
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "internal.h"
|
#include "xvid_internal.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Buffer management macros.
|
* Buffer management macros.
|
||||||
|
Loading…
Reference in New Issue
Block a user