diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
| commit | 239ced844ea434e623686094af3de168f90e4391 (patch) | |
| tree | 541d2c575f3b3832ca1a3087bde3f65dc74a8f89 /repos/extra/libtheora | |
| parent | 3f80bb67166389b3acabf8f024ee1ad1a4364c1f (diff) | |
| download | alicelinux-239ced844ea434e623686094af3de168f90e4391.tar.gz alicelinux-239ced844ea434e623686094af3de168f90e4391.zip | |
repos updated
Diffstat (limited to 'repos/extra/libtheora')
| -rw-r--r-- | repos/extra/libtheora/abuild (renamed from repos/extra/libtheora/info) | 4 | ||||
| -rw-r--r-- | repos/extra/libtheora/prebuild | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/repos/extra/libtheora/info b/repos/extra/libtheora/abuild index cb21f270..42f9f482 100644 --- a/repos/extra/libtheora/info +++ b/repos/extra/libtheora/abuild @@ -2,3 +2,7 @@ name=libtheora version=1.1.1 release=1 source="https://downloads.xiph.org/releases/theora/$name-$version.tar.xz" + +prebuild() { + sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c +} diff --git a/repos/extra/libtheora/prebuild b/repos/extra/libtheora/prebuild deleted file mode 100644 index f2db4d46..00000000 --- a/repos/extra/libtheora/prebuild +++ /dev/null @@ -1 +0,0 @@ -sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c |