summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* ffmpeg: grep 1.2.* releases in update macroTimothy Gu2013-11-291-0/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Revert "package ffmpeg: disable libnut on i686-pc-mingw32"Timothy Gu2013-11-241-2/+0
| | | | | | | | This reverts commit fc46813219e8d925d3ab54a1d40190d8b805487a. Some how I forgot to do this during #258. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* package ffmpeg: disable libnut on i686-pc-mingw32Tony Theodore2013-10-191-0/+2
|
* package ffmpeg: add libnut dependencyTony Theodore2013-10-051-1/+1
|
* Add libnut package and use it for ffmpegTimothy Gu2013-09-281-0/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge branch 'master' of github.com:TimothyGu/mxe into TimothyGu-masterTony Theodore2013-09-071-3/+5
|\ | | | | | | | | Conflicts: src/ffmpeg.mk
| * Add vo-amrwbenc package and enable it for ffmpegTimothy Gu2013-09-021-1/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * Update package ffmpegTimothy Gu2013-09-021-2/+2
| |
| * Add vo-aacenc package and use it for ffmpegTimothy Gu2013-09-021-1/+2
| |
* | package ffmpeg: ignore version 2.xTony Theodore2013-09-071-1/+1
| |
* | Revert "update package ffmpeg" - 2.x series breaks xine-libTony Theodore2013-09-071-2/+2
| | | | | | | | This reverts commit d2707b996d55643adbbbdca90ccf8ba7f42fb8aa.
* | update package ffmpegNiels Kristian Bech Jensen2013-09-071-2/+2
|/
* package ffmpeg: reorder configure optionsTony Theodore2013-08-091-11/+11
|
* package ffmpeg: update and enable libassTony Theodore2013-08-091-3/+4
|
* package ffmpeg: enable libxvid for x86_64-w64-mingw32 buildTony Theodore2013-07-311-2/+0
|
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk)
* various packages: enable/disable mingw-w64 buildsTony Theodore2013-06-011-1/+3
|
* update package ffmpegTony Theodore2013-05-121-1/+1
|
* update package ffmpegTony Theodore2013-03-291-1/+1
|
* ffmpeg: Update to 1.1.3Alexander Kojevnikov2013-02-231-1/+1
|
* ffmpeg: enable opus supportAlexander Kojevnikov2013-02-111-2/+3
|
* Update FFmpeg to 1.1.2Alexander Kojevnikov2013-02-111-1/+1
|
* update package ffmpegMark Brand2013-01-231-1/+1
|
* update packages ffmpeg giflib imagemagickTony Theodore2013-01-071-1/+1
|
* update package ffmpegMark Brand2012-12-061-1/+1
|
* update package ffmpegMark Brand2012-09-281-1/+1
|
* update package ffmpegMark Brand2012-09-191-1/+1
|
* update package ffmpegMark Brand2012-06-081-1/+1
|
* update package ffmpegMark Brand2012-05-251-1/+2
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* update package ffmpegMark Brand2012-05-061-1/+1
|
* Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-291-1/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-2/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-1/+1
|
* update package ffmpegMark Brand2012-03-231-2/+2
| | | | | | --- src/ffmpeg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* Backed out changeset 0157d0da7b9aMark Brand2012-03-171-2/+2
| | | | because it accidentally included ffmpeg.mk
* update package gnutls src/gnutls*Mark Brand2012-03-171-2/+2
|
* package ffmpeg: enable avisynthMartin Lambers2012-01-311-0/+1
|
* update package ffmpegMark Brand2012-01-271-2/+2
|
* update packages ffmpeg gnutls opensslMark Brand2012-01-051-2/+2
|
* update package ffmpegMark Brand2011-12-121-2/+2
|
* upgrade package ffmpegMark Brand2011-11-211-2/+2
|
* update package ffmpegMark Brand2011-11-051-2/+2
|
* update packages ffmpeg x264Mark Brand2011-10-031-2/+2
|
* update packages ffmpeg x264Mark Brand2011-09-221-2/+2
|
* update packages: ffmpeg x264Mark Brand2011-09-081-2/+2
|
* update packags: ffmpeg libsamplerate openscenegraphMark Brand2011-08-191-2/+2
|
* update packages: ffmpeg freetype x264Mark Brand2011-08-011-2/+2
|
* upgrade package ffmpegMark Brand2011-07-111-2/+2
|