mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 21:21:05 +00:00
Link the tools against all common libraries
This commit is contained in:
parent
92f53edd15
commit
5d86c3ef26
10
Rakefile
10
Rakefile
@ -636,7 +636,7 @@ if $build_tools
|
|||||||
description("Build the ac3parser executable").
|
description("Build the ac3parser executable").
|
||||||
aliases("tools:ac3parser").
|
aliases("tools:ac3parser").
|
||||||
sources("src/tools/ac3parser.cpp").
|
sources("src/tools/ac3parser.cpp").
|
||||||
libraries(:mtxcommon, :magic, :matroska, :ebml, :expat, :iconv, :intl, :boost_regex, :boost_filesystem, :boost_system, :curl).
|
libraries(common_libs).
|
||||||
create
|
create
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -646,7 +646,7 @@ if $build_tools
|
|||||||
description("Build the base64tool executable").
|
description("Build the base64tool executable").
|
||||||
aliases("tools:base64tool").
|
aliases("tools:base64tool").
|
||||||
sources("src/tools/base64tool.cpp").
|
sources("src/tools/base64tool.cpp").
|
||||||
libraries(:mtxcommon, :magic, :matroska, :ebml, :expat, :iconv, :intl, :boost_regex, :boost_filesystem, :boost_system, :curl).
|
libraries(common_libs).
|
||||||
create
|
create
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -656,7 +656,7 @@ if $build_tools
|
|||||||
description("Build the diracparser executable").
|
description("Build the diracparser executable").
|
||||||
aliases("tools:diracparser").
|
aliases("tools:diracparser").
|
||||||
sources("src/tools/diracparser.cpp").
|
sources("src/tools/diracparser.cpp").
|
||||||
libraries(:mtxcommon, :magic, :matroska, :ebml, :expat, :iconv, :intl, :boost_regex, :boost_filesystem, :boost_system, :curl).
|
libraries(common_libs).
|
||||||
create
|
create
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -666,7 +666,7 @@ if $build_tools
|
|||||||
description("Build the ebml_validator executable").
|
description("Build the ebml_validator executable").
|
||||||
aliases("tools:ebml_validator").
|
aliases("tools:ebml_validator").
|
||||||
sources("src/tools/ebml_validator.cpp", "src/tools/element_info.cpp").
|
sources("src/tools/ebml_validator.cpp", "src/tools/element_info.cpp").
|
||||||
libraries(:mtxcommon, :magic, :matroska, :ebml, :expat, :iconv, :intl, :boost_regex, :boost_filesystem, :boost_system, :curl).
|
libraries(common_libs).
|
||||||
create
|
create
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -676,6 +676,6 @@ if $build_tools
|
|||||||
description("Build the vc1parser executable").
|
description("Build the vc1parser executable").
|
||||||
aliases("tools:vc1parser").
|
aliases("tools:vc1parser").
|
||||||
sources("src/tools/vc1parser.cpp").
|
sources("src/tools/vc1parser.cpp").
|
||||||
libraries(:mtxcommon, :magic, :matroska, :ebml, :expat, :iconv, :intl, :boost_regex, :boost_filesystem, :boost_system, :curl).
|
libraries(common_libs).
|
||||||
create
|
create
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user