Skip to content

Commit

Permalink
opus:
Browse files Browse the repository at this point in the history
 * bump version to 1.1, by dns
 * compile-tested only
 * fixes #2398


git-svn-id: file:///var/svn/freetz/trunk@11837 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Mar 1, 2014
1 parent 9ad3287 commit 59c5b73
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -79,7 +79,7 @@ Latest changes:
* libgd 2.1.0
* libconfig 1.4.9
* libogg 1.3.1
* libopus 1.0.3
* libopus 1.1
* libusb1 1.0.18
* libvorbis 1.3.4
* libxml 2.9.1
Expand Down
2 changes: 1 addition & 1 deletion make/libs/opus/external.files
@@ -1 +1 @@
[ "$EXTERNAL_FREETZ_LIB_libopus" == "y" ] && EXTERNAL_FILES+=" $FREETZ_LIBRARY_DIR/libopus.so.0.4.0"
[ "$EXTERNAL_FREETZ_LIB_libopus" == "y" ] && EXTERNAL_FILES+=" $FREETZ_LIBRARY_DIR/libopus.so.0.5.0"
2 changes: 1 addition & 1 deletion make/libs/opus/external.in
Expand Up @@ -4,4 +4,4 @@ config EXTERNAL_FREETZ_LIB_libopus
default n
help
externals the following file(s):
/usr/lib/freetz/libopus.so.0.4.0
/usr/lib/freetz/libopus.so.0.5.0
6 changes: 3 additions & 3 deletions make/libs/opus/opus.mk
@@ -1,7 +1,7 @@
$(call PKG_INIT_LIB, 1.0.3)
$(PKG)_LIB_VERSION:=0.4.0
$(call PKG_INIT_LIB, 1.1)
$(PKG)_LIB_VERSION:=0.5.0
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_SOURCE_MD5:=86eedbd3c5a0171d2437850435e6edff
$(PKG)_SOURCE_MD5:=c5a8cf7c0b066759542bc4ca46817ac6
$(PKG)_SITE:=http://downloads.xiph.org/releases/opus

$(PKG)_BINARY:=$($(PKG)_DIR)/.libs/lib$(pkg).so.$($(PKG)_LIB_VERSION)
Expand Down

0 comments on commit 59c5b73

Please sign in to comment.