diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-10-07 23:57:12 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-10-07 23:57:12 (GMT) |
commit | e41fa5a8ddda9e903708058da837baa15921cbd7 (patch) | |
tree | 57fcb31d67062c3aa55e4d56dc259cf0f82b31eb /src/opencore-amr.mk | |
parent | 1e4a1215c7645225181ec99781b2a6b9c71bc74b (diff) | |
download | mxe-e41fa5a8ddda9e903708058da837baa15921cbd7.zip mxe-e41fa5a8ddda9e903708058da837baa15921cbd7.tar.gz mxe-e41fa5a8ddda9e903708058da837baa15921cbd7.tar.bz2 |
opencore-amr, vo-aacenc: Fix update macros
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/opencore-amr.mk')
-rw-r--r-- | src/opencore-amr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opencore-amr.mk b/src/opencore-amr.mk index 3bbe8d3..a64c1a0 100644 --- a/src/opencore-amr.mk +++ b/src/opencore-amr.mk @@ -12,7 +12,7 @@ $(PKG)_DEPS := gcc define $(PKG)_UPDATE $(WGET) -q -O- 'http://sourceforge.net/projects/opencore-amr/files/opencore-amr/' | \ - $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \ + $(SED) -n 's,.*opencore-amr-\([0-9][^"]*\)\.tar.*,\1,p' | \ head -1 endef |