]> granicus.if.org Git - libvpx/commit
configure.sh fix for visual studio
authorJames Berry <jamesberry@google.com>
Mon, 24 Jan 2011 21:48:21 +0000 (16:48 -0500)
committerJames Berry <jamesberry@google.com>
Mon, 24 Jan 2011 21:57:20 +0000 (16:57 -0500)
commiteb8b4d9a99146d9494d8d28402deb1fb4fe3202f
treeb6942dfad74a4d5790639943707c140113987873
parent0ee525d6deff6f047bc152119dd74a0149b815f3
configure.sh fix for visual studio

-For targets with external build systems like visual
studio CC is not set so check_add_cflags will fail.
Only call this function if extra_cflags is set.

Change-Id: I3531bad69e9b6a59c5be1b0e8b6053ccccbc332c
build/make/configure.sh