Adrien Destugues
6dfa135738
ffmpeg: enable modplug support.
...
* Now it can be used to play MOD files and other tracked formats.
2015-08-30 16:55:02 +02:00
Augustin Cavalier
37a9f32a64
ffmpeg: Monster cleanup, move prefix to "legacy".
...
This breaks the build of Haiku (if you were to try to compile it with
these packages). I'm going to clean that up next.
2015-07-28 15:27:42 -04:00
Augustin Cavalier
f561efbc96
Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME.
2015-07-02 11:13:12 -04:00
Adrien Destugues
09584311f1
ffmpeg: fix undefined references
...
* We need to manually remove some function calls in dead code that gcc2
can't optimize itself.
2015-05-11 20:34:01 +02:00
Oliver Tappe
52b344b97b
Drop references to $haikuVersion.
...
* Referring the current haiku version explicitly is not needed, since
the RequiresUpdater takes care of setting the version of Haiku used
for building a package.
2014-12-14 23:08:52 +01:00
Adrien Destugues
83cfe0ee8f
ffmpeg: bump revision following enabling GPL.
2014-09-11 09:11:32 +02:00
Adrien Destugues
7acc7ba7f5
ffmpeg: enable GPL licensed code
...
* Needed for VLC to build (libpostproc)
2014-09-10 22:57:06 +02:00
Augustin Cavalier
d032cfd0d6
ffmpeg 0.10: mark as working on GCC4.
2014-07-29 11:35:33 -04:00
Augustin Cavalier
23fd6c807b
ffmpeg 0.10: fix build on GCC4.
2014-07-29 11:01:45 -04:00
Augustin Cavalier
16ee50dad0
ffmpeg: add 0.10.14. GCC2 only, does not compile on GCC4.
...
Already tried for GCC4:
* -fstack-check=no
* --enable-pic
* --disable-pic
* -O3, -O2
... all of which were listed as solving the problem by various Linux
distros. Will try for FFmpeg 2.2 next.
2014-07-28 14:34:48 -04:00