head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.01.10.23.03.35;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310207
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310207 | flo | 2013-01-10 22:29:23 +0000 (Thu, 10 Jan 2013) | 9 lines
## SVN ##
## SVN ## - update www/firefox to 18.0
## SVN ## - update www/firefox-esr to 17.0.2
## SVN ## - update www/seamonkey to 2.15 (enigmail to 1.5.0)
## SVN ## - remove QT4 option to avoid confusion (it turned out to be too experimental)
## SVN ##
## SVN ## In collaboration with: Jan Beich <jbeich@@tormail.org>
## SVN ##
## SVN ## Security:	http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@commit 93d56d2
Author: Makoto Kato <m_kato@@ga2.so-net.ne.jp>
Date:   Mon Dec 3 17:01:16 2012 +0900

    Bug 817481 - Build failure on WebRTC unit test with --with-system-libvpx. r=jesup
---
 media/webrtc/signaling/test/Makefile.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git media/webrtc/signaling/test/Makefile.in media/webrtc/signaling/test/Makefile.in
index 81a38ff..e10e869 100644
--- media/webrtc/signaling/test/Makefile.in
+++ media/webrtc/signaling/test/Makefile.in
@@@@ -34,6 +34,12 @@@@ LIBS += \
 endif
 endif
 
+ifdef MOZ_NATIVE_LIBVPX
+LIBS += \
+  $(MOZ_LIBVPX_LIBS) \
+  $(NULL)
+endif
+
 ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
 LIBS += \
   $(XLIBS) \
@
