aboutsummaryrefslogtreecommitdiffstats
path: root/dists/autogen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update config.sub and config.guess, should fix the architecture detection in ↵brian-ch2015-10-112-546/+553
| | | | | | some newer systems (in fedora 22 64 bit it wasn't compiling with the old version) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3140 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Add support for ffmpeg 2.8brian-ch2015-09-261-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3139 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Add support for ffmpeg 2.7brian-ch2015-07-151-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3116 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Update configure to detect lua5.3 and ffmpeg 2.6brian-ch2015-04-031-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3113 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Adding ffmpeg-2.5, tested in Arch Linux.brian-ch2014-12-271-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3109 b956fd51-792f-4845-bead-9b4dfca2ff2c
* adding ffmpeg-2.4. compiles, but crashes on Mac OS X.k-m_schindler2014-11-221-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3083 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Add detection of ffmpeg 2.2brian-ch2014-07-191-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3077 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add version of libavutil for the detection of the ffmpeg versionk-m_schindler2013-12-231-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3044 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix configure for libav* >= 1.0 on Mac OS Xk-m_schindler2013-07-301-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3008 b956fd51-792f-4845-bead-9b4dfca2ff2c
* extend the detection of ffmpeg and lua.k-m_schindler2013-05-031-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2979 b956fd51-792f-4845-bead-9b4dfca2ff2c
* new detection of ffmpeg version. API changes: SampleFormat -> ↵k-m_schindler2012-04-201-1/+23
| | | | | | AVSampleFormat. Configure still needs update. Special thanks to lotan. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2856 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix shell script bugk-m_schindler2012-04-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2854 b956fd51-792f-4845-bead-9b4dfca2ff2c
* macro for detection of the ffmpeg versionk-m_schindler2012-04-021-0/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2852 b956fd51-792f-4845-bead-9b4dfca2ff2c
* update comment about darwin versions.k-m_schindler2012-03-281-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2849 b956fd51-792f-4845-bead-9b4dfca2ff2c
* correction of valgrind option for fpc from "-pv" to "-gv"k-m_schindler2009-01-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1544 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fpcmake is optionaltobigun2008-09-101-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1360 b956fd51-792f-4845-bead-9b4dfca2ff2c
* FreeBSD compatibility fixes:tobigun2008-09-091-0/+4
| | | | | | | | - libpng -> libpng12 - arithmetic expressions with no argument do not work $(()) -> check for empty minor/major/release version added (error occurred with portaudio. The version is simply 19) - duplicates in linker flags removed (-L...) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1356 b956fd51-792f-4845-bead-9b4dfca2ff2c
* configure update (svn:eol-style=native does not work here as the ↵tobigun2008-09-091-1/+1
| | | | | | line-endings of the auto-generated file are not consistent) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1353 b956fd51-792f-4845-bead-9b4dfca2ff2c
* autogen.sh moved back to roottobigun2008-09-091-9/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1352 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - better conformance of Makefiles to GNU coding standardstobigun2008-09-094-128/+498
| | | | | | | | | | | | | | - bindir/prefix, etc. can be changed anytime make is performed and is not hardcoded on configure time anymore - paths are written to the intermediate paths.inc file (instead of config-xyz.inc) - binary is not stripped anymore - fpc.m4 rewrite - additional options like heaptrace, range-checks - noexecstack workaround - some more changes - configure.ac helper functions moved to ax_ectract_version.m4 and pkg_config_utils.m4 - some icons moved from artwork to icons git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1351 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - new configure/make layout: tobigun2008-09-016-0/+3972
- configure/main-makefile moved to root-dir - configure-script checked in (no need to call autogen.sh on first run) - autogen.sh, m4, install.sh etc. moved to dists/autogen/ - config.guess/sub for canonical builds - unit-tests moved to test - removed delphi subdir in portaudio/-mixer - COPYING.txt/AUTHORS.txt/... added - dists/delphi7/2005 added git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1334 b956fd51-792f-4845-bead-9b4dfca2ff2c