mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-01-01 03:12:16 +08:00
make libyuv library depend on libjpeg
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/405001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@186 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
57397ebafd
commit
145998b64e
1
DEPS
1
DEPS
@ -33,6 +33,7 @@ deps = {
|
||||
"trunk/third_party/yasm/":
|
||||
Var("chromium_trunk") + "/src/third_party/yasm@" + Var("chromium_revision"),
|
||||
|
||||
# TODO(fbarchard): Review yasm dependency
|
||||
"trunk/third_party/yasm/source/patched-yasm":
|
||||
Var("chromium_trunk") + "/deps/third_party/yasm/patched-yasm@73761",
|
||||
|
||||
|
||||
@ -11,6 +11,9 @@
|
||||
{
|
||||
'target_name': 'libyuv',
|
||||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'third_party/libjpeg_turbo/libjpeg.gyp:libjpeg',
|
||||
],
|
||||
'defines': [
|
||||
'HAVE_JPEG',
|
||||
],
|
||||
|
||||
@ -16,7 +16,6 @@
|
||||
# The tests are based on gtest
|
||||
'testing/gtest.gyp:gtest',
|
||||
'testing/gtest.gyp:gtest_main',
|
||||
'third_party/libjpeg_turbo/libjpeg.gyp:libjpeg',
|
||||
],
|
||||
'sources': [
|
||||
# headers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user