Update libtheora to use SDL2

This commit is contained in:
Jan Baudisch
2017-07-20 21:49:23 -06:00
committed by GitHub
parent 4d9859c59e
commit fbc357ded1

View File

@@ -8,7 +8,7 @@ class Libtheora < Package
source_sha256 'b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc'
depends_on 'libvorbis'
depends_on 'libsdl'
depends_on 'libsdl2'
def self.build
system "sed -i 's/png_sizeof/sizeof/g' ./examples/png2theora.c"