You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
01-makefile_fix_updated.patch
Adds --enable-theora/--enable-vorbis/--enable-ogg to configure If compiled WITHOUT --enable-theora, native VP3 decoder is used patch by (Nilesh Bansal <nileshbansal gmail com>) Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
738386a5ed
commit
5c5dea3f0c
@@ -67,7 +67,7 @@ OBJS+= barpainet.o
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_VORBIS),yes)
|
||||
ifeq ($(CONFIG_LIBOGG),yes)
|
||||
OBJS+= ogg.o
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user