Commit a4b63650 authored by Christophe Mutricy's avatar Christophe Mutricy

ffmpeg-wince.patch: fix for the new ffmpeg makefile

parent 9f5f3cc9
...@@ -419,8 +419,8 @@ diff -u -r1.111 Makefile ...@@ -419,8 +419,8 @@ diff -u -r1.111 Makefile
# muxers # muxers
ifeq ($(CONFIG_MUXERS),yes) ifeq ($(CONFIG_MUXERS),yes)
-OBJS+= flvenc.o movenc.o asf-enc.o -OBJS+= flvenc.o movenc.o asf-enc.o adtsenc.o
+OBJS+= mpegtsenc.o crc.o avienc.o flvenc.o movenc.o asf-enc.o +OBJS+= mpegtsenc.o crc.o avienc.o flvenc.o movenc.o asf-enc.o adtsenc.o
endif endif
...@@ -496,6 +496,7 @@ diff -u -r1.76 avidec.c ...@@ -496,6 +496,7 @@ diff -u -r1.76 avidec.c
+++ ../ffmpeg/libavformat/avidec.c 27 Nov 2005 16:54:50 -0000 +++ ../ffmpeg/libavformat/avidec.c 27 Nov 2005 16:54:50 -0000
@@ -20,9 +20,6 @@ @@ -20,9 +20,6 @@
#include "avi.h" #include "avi.h"
:q
#include "dv.h" #include "dv.h"
-#undef NDEBUG -#undef NDEBUG
......
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