diff options
author | 2019-11-28 16:55:22 +0000 | |
---|---|---|
committer | 2019-12-05 22:45:50 +0100 | |
commit | 2c1ef9820bdbb65ce255dd16487209ef5bb90701 (patch) | |
tree | 7af8fe8caa810aaa1ea6e35b12b52eabb6ce2b60 | |
parent | 92efc3ffb4d63f3e1ed5194ca4a57f0d103d1de5 (diff) | |
download | buildroot-2c1ef9820bdbb65ce255dd16487209ef5bb90701.tar.gz buildroot-2c1ef9820bdbb65ce255dd16487209ef5bb90701.tar.bz2 |
package/mp4v2: update the upstream URL in Config.in
Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(405)' URL status in the package stats
web page output.
Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit abd4976515e04ed8d1768dd08ea1d80bcdd4fc51)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/mp4v2/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mp4v2/Config.in b/package/mp4v2/Config.in index 42315a2272..490ebac9fd 100644 --- a/package/mp4v2/Config.in +++ b/package/mp4v2/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_MP4V2 The MP4v2 library provides functions to read, create, and modify mp4 files. - https://code.google.com/p/mp4v2/ + https://code.google.com/archive/p/mp4v2/ if BR2_PACKAGE_MP4V2 |