diff options
author | Bradley Sepos <[email protected]> | 2016-07-01 14:46:45 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-07-01 14:46:47 -0400 |
commit | b1a4f0dfc2b08590a1a58652287bf052f25ad238 (patch) | |
tree | d694477e42054ff8e2dc0ebeaf034c90f5bf0ae2 | |
parent | 4be29562fd0192c0c7a157421aacf999137361a2 (diff) |
libhb: Move ogg in link order.
For consistency with test/module.defs.
-rw-r--r-- | libhb/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index 276cd1c2b..6ca0d2fbc 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -1,5 +1,5 @@ __deps__ := A52DEC BZIP2 LIBVPX FFMPEG FONTCONFIG FREETYPE LAME LIBASS LIBDCA \ - LIBDVDREAD LIBDVDNAV LIBICONV LIBOGG LIBSAMPLERATE LIBTHEORA LIBVORBIS \ + LIBDVDREAD LIBDVDNAV LIBICONV LIBSAMPLERATE LIBTHEORA LIBVORBIS LIBOGG \ LIBXML2 PTHREADW32 X264 X265 ZLIB LIBBLURAY FDKAAC LIBMFX LIBGNURX JANSSON \ HARFBUZZ @@ -119,7 +119,7 @@ LIBHB.lib = $(LIBHB.build/)hb.lib LIBHB.dll.libs = $(foreach n, \ ass avcodec avformat avfilter avutil avresample dvdnav dvdread fontconfig \ - freetype mp3lame ogg samplerate swscale vpx theora vorbis vorbisenc \ + freetype mp3lame samplerate swscale vpx theora vorbis vorbisenc ogg \ x264 xml2 bluray jansson harfbuzz, \ $(CONTRIB.build/)lib/lib$(n).a ) |