video_render.gypi: clean up some libraries directives to be more specific.

R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/18389004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6068 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org 2014-05-07 00:09:30 +00:00
parent 861d4b0de9
commit b1eb43142e

View File

@ -88,7 +88,7 @@
'android/video_render_opengles20.cc',
],
}, {
'all_dependent_settings': {
'link_settings': {
'libraries': [
'-lGLESv2',
],
@ -118,6 +118,12 @@
'linux/video_x11_channel.cc',
'linux/video_x11_render.cc',
],
}, {
'link_settings': {
'libraries': [
'-lXext',
],
},
}],
['OS!="mac" or include_internal_video_render==0', {
'sources!': [
@ -214,11 +220,11 @@
],
}],
['OS=="linux"', {
'libraries': [
'-lrt',
'-lXext',
'-lX11',
],
'link_settings': {
'libraries': [
'-lX11',
],
},
}],
['OS=="mac"', {
'xcode_settings': {