diff options
Diffstat (limited to 'repos/extra/libtheora/abuild')
| -rwxr-xr-x | repos/extra/libtheora/abuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/repos/extra/libtheora/abuild b/repos/extra/libtheora/abuild deleted file mode 100755 index 42f9f482..00000000 --- a/repos/extra/libtheora/abuild +++ /dev/null @@ -1,8 +0,0 @@ -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 -} |