|
@@ -11,11 +11,11 @@ LIBSRTP_LICENSE = BSD-3-Clause
|
|
|
LIBSRTP_LICENSE_FILES = LICENSE
|
|
|
|
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
|
-LIBSRTP_MAKE_OPTS = libsrtp.a
|
|
|
+LIBSRTP_MAKE_OPTS = libsrtp2.a
|
|
|
else ifeq ($(BR2_SHARED_LIBS),y)
|
|
|
LIBSRTP_MAKE_OPTS = shared_library
|
|
|
else
|
|
|
-LIBSRTP_MAKE_OPTS = libsrtp.a shared_library
|
|
|
+LIBSRTP_MAKE_OPTS = libsrtp2.a shared_library
|
|
|
endif
|
|
|
|
|
|
# While libsrtp is not using pkg-config itself, it checks if
|