OSDN Git Service

Fix theora linking when using make.
authorsaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 Mar 2008 23:54:37 +0000 (23:54 +0000)
committersaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 Mar 2008 23:54:37 +0000 (23:54 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1363 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/Makefile

index 3a5b39c..809578e 100644 (file)
@@ -1,7 +1,7 @@
 SYSTEM = $(shell uname -s)\r
 \r
 LIBS = a52 mkv avformat avcodec avutil dca dvdread faac mp3lame mpeg2 vorbis \\r
-          vorbisenc ogg samplerate x264 xvidcore mp4v2 swscale\r
+          vorbisenc ogg samplerate x264 xvidcore mp4v2 swscale theora\r
 \r
 all: ../HandBrakeCLI\r
 \r