Browse Source

Fix avformat compilation

pull/2/head
Rémi Denis-Courmont 18 years ago
parent
commit
569824c454
  1. 3
      modules/demux/avformat/demux.c
  2. 2
      modules/demux/avformat/mux.c

3
modules/demux/avformat/demux.c

@ -44,8 +44,7 @@
# include <ffmpeg/avformat.h>
#endif
#include "../../codec/avcodec/fourcc.h"
#include "../../codec/avcodec/chroma.h"
#include "../../codec/avcodec/avcodec.h"
#include "avformat.h"
//#define AVFORMAT_DEBUG 1

2
modules/demux/avformat/mux.c

@ -41,7 +41,7 @@
#endif
#include "avformat.h"
#include "../../codec/avcodec/fourcc.h"
#include "../../codec/avcodec/avcodec.h"
#include "../../codec/avcodec/avutil.h"
//#define AVFORMAT_DEBUG 1

Loading…
Cancel
Save