aboutsummaryrefslogtreecommitdiffstats
path: root/dists/autogen (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-11Update config.sub and config.guess, should fix the architecture detection in ↵brian-ch2-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
2015-09-26Add support for ffmpeg 2.8brian-ch1-1/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3139 b956fd51-792f-4845-bead-9b4dfca2ff2c
2015-07-15Add support for ffmpeg 2.7brian-ch1-1/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3116 b956fd51-792f-4845-bead-9b4dfca2ff2c
2015-04-03Update configure to detect lua5.3 and ffmpeg 2.6brian-ch1-1/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3113 b956fd51-792f-4845-bead-9b4dfca2ff2c
2014-12-27Adding ffmpeg-2.5, tested in Arch Linux.brian-ch1-1/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3109 b956fd51-792f-4845-bead-9b4dfca2ff2c
2014-11-22adding ffmpeg-2.4. compiles, but crashes on Mac OS X.k-m_schindler1-1/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3083 b956fd51-792f-4845-bead-9b4dfca2ff2c
2014-07-19Add detection of ffmpeg 2.2brian-ch1-1/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3077 b956fd51-792f-4845-bead-9b4dfca2ff2c
2013-12-23add version of libavutil for the detection of the ffmpeg versionk-m_schindler1-1/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3044 b956fd51-792f-4845-bead-9b4dfca2ff2c
2013-07-30fix configure for libav* >= 1.0 on Mac OS Xk-m_schindler1-1/+5
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3008 b956fd51-792f-4845-bead-9b4dfca2ff2c
2013-05-03extend the detection of ffmpeg and lua.k-m_schindler1-2/+8
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2979 b956fd51-792f-4845-bead-9b4dfca2ff2c
2012-04-20new detection of ffmpeg version. API changes: SampleFormat -> ↵k-m_schindler1-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
2012-04-17fix shell script bugk-m_schindler1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2854 b956fd51-792f-4845-bead-9b4dfca2ff2c
2012-04-02macro for detection of the ffmpeg versionk-m_schindler1-0/+28
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2852 b956fd51-792f-4845-bead-9b4dfca2ff2c
2012-03-28update comment about darwin versions.k-m_schindler1-0/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2849 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-01-02correction of valgrind option for fpc from "-pv" to "-gv"k-m_schindler1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1544 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-09-10fpcmake is optionaltobigun1-3/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1360 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-09-09FreeBSD compatibility fixes:tobigun1-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
2008-09-09configure update (svn:eol-style=native does not work here as the ↵tobigun1-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
2008-09-09autogen.sh moved back to roottobigun1-9/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1352 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-09-09- better conformance of Makefiles to GNU coding standardstobigun4-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
2008-09-01- new configure/make layout: tobigun6-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