[Ffmpeg-devel] missing headers?
Diego Biurrun
diego
Tue Jan 16 23:57:32 CET 2007
On Tue, Jan 09, 2007 at 07:57:51PM +0300, Pavlov Konstantin wrote:
>
> Had some problems recently building SVN version of mplayer with external
> ffmpeg. Looks like mplayer uses some header files which aren't included in
> ffmpeg 'installed' tree.
>
> The attached file fixes those problems.
>
> --- a/libavformat/Makefile
> +++ b/libavformat/Makefile
> @@ -8,7 +8,7 @@ CFLAGS+=-I$(SRC_PATH)/libavcodec
> -HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h
> +HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h riff.h
>
> --- a/libavutil/Makefile
> +++ b/libavutil/Makefile
> @@ -18,7 +18,7 @@ OBJS= mathematics.o \
> HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
> - intfloat_readwrite.h md5.h adler32.h log.h fifo.h
> + intfloat_readwrite.h md5.h adler32.h log.h fifo.h bswap.h
What about this?
Diego
More information about the ffmpeg-devel
mailing list