diff options
author | sr55 <[email protected]> | 2013-06-16 12:03:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-06-16 12:03:51 +0000 |
commit | 9dcc30ae3c509b338f2f777089d9c05d294ca4ea (patch) | |
tree | 84185fd82f64cb0408a561eed7721ec264722ba3 /libhb | |
parent | 2e6711d3178626f2aa9ead5544e707df7f32c4e2 (diff) |
Fix the build under MinGW
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5590 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index bd300bafb..9f5e46795 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -101,7 +101,7 @@ LIBHB.dll = $(LIBHB.build/)hb.dll LIBHB.lib = $(LIBHB.build/)hb.lib LIBHB.dll.libs = $(foreach n, \ - a52 ass avcodec avformat avutil avresample dvdnav dvdread faac \ + a52 ass avcodec avformat avutil avresample dvdnav dvdread \ fontconfig freetype mkv mpeg2 mp3lame mp4v2 \ ogg samplerate swscale theora vorbis vorbisenc x264 xml2 bluray, \ $(CONTRIB.build/)lib/lib$(n).a ) |