summaryrefslogtreecommitdiff
path: root/media/libnestegg/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'media/libnestegg/update.sh')
-rwxr-xr-xmedia/libnestegg/update.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/libnestegg/update.sh b/media/libnestegg/update.sh
index 644408e094..dc3324c46b 100755
--- a/media/libnestegg/update.sh
+++ b/media/libnestegg/update.sh
@@ -4,6 +4,10 @@ cp $1/src/nestegg.c src
cp $1/LICENSE .
cp $1/README.md .
cp $1/AUTHORS .
+
+# Patch the imported files.
+patch -p1 < mcp-avcaacsupport.patch
+
if [ -d $1/.git ]; then
rev=$(cd $1 && git rev-parse --verify HEAD)
dirty=$(cd $1 && git diff-index --name-only HEAD)