diff options
author | saintdev <[email protected]> | 2008-03-23 23:54:37 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2008-03-23 23:54:37 +0000 |
commit | 217c898c567f30fd6d3df39b67cf827daeeb8a02 (patch) | |
tree | f63d457223cec1937f7e4194189f58e7c98dc3ce | |
parent | fef167824f93d43e6f6ab5d8e9ca167de3c92288 (diff) |
Fix theora linking when using make.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1363 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 3a5b39c1c..809578e30 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ SYSTEM = $(shell uname -s)
LIBS = a52 mkv avformat avcodec avutil dca dvdread faac mp3lame mpeg2 vorbis \
- vorbisenc ogg samplerate x264 xvidcore mp4v2 swscale
+ vorbisenc ogg samplerate x264 xvidcore mp4v2 swscale theora
all: ../HandBrakeCLI
|