Commit fbc357de authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Update libtheora to use SDL2

parent 4d9859c5
No related merge requests found
...@@ -8,7 +8,7 @@ class Libtheora < Package ...@@ -8,7 +8,7 @@ class Libtheora < Package
source_sha256 'b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc' source_sha256 'b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc'
depends_on 'libvorbis' depends_on 'libvorbis'
depends_on 'libsdl' depends_on 'libsdl2'
def self.build def self.build
system "sed -i 's/png_sizeof/sizeof/g' ./examples/png2theora.c" system "sed -i 's/png_sizeof/sizeof/g' ./examples/png2theora.c"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment