Changeset 4271
- Timestamp:
- Oct 1, 2012 11:08:08 AM (12 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r4265 r4271 7198 7198 else 7199 7199 ac_no_opencore_amrnb=1 7200 $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRNB 444_CODEC 0" >>confdefs.h7200 $as_echo "#define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0" >>confdefs.h 7201 7201 7202 7202 fi … … 7237 7237 if test "x$with_silk" != "xno" -a "x$with_silk" != "x"; then 7238 7238 CFLAGS="$CFLAGS -I$with_silk/interface" 7239 CPPFLAGS="$CPPFLAGS -I$with_silk/interface" 7239 7240 LDFLAGS="$LDFLAGS -L$with_silk" 7240 7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using SILK prefix... $with_silk" >&5 -
pjproject/trunk/aconfigure.ac
r4265 r4271 1397 1397 if test "x$with_silk" != "xno" -a "x$with_silk" != "x"; then 1398 1398 CFLAGS="$CFLAGS -I$with_silk/interface" 1399 CPPFLAGS="$CPPFLAGS -I$with_silk/interface" 1399 1400 LDFLAGS="$LDFLAGS -L$with_silk" 1400 1401 AC_MSG_RESULT([Using SILK prefix... $with_silk])
Note: See TracChangeset
for help on using the changeset viewer.