Commit Graph

91 Commits

Author SHA1 Message Date
Moritz Bunkus
d95db41b74 Allow compilation with wxWidgets 2.9.x again 2011-07-08 12:11:56 +02:00
Moritz Bunkus
8c0bb29b35 Don't compile with wxWidgets >= 2.9.0 due to known incompatibilities 2011-05-27 22:48:56 +02:00
Moritz Bunkus
db360a0b50 Fix building on Windows
libmtxcommon must only be compiled as a DLL if libEBML and libMatroska
are compiled as DLLs as well.
2011-04-20 21:20:53 +02:00
Moritz Bunkus
e0c040c2a1 Always use the internal versions of libEBML and libMatroska 2011-04-20 09:20:13 +02:00
Moritz Bunkus
597e307cc1 Fixed compilation with Boost's filesystem library v3; also require Boost 1.36.0 or newer 2011-02-15 16:55:39 +01:00
Moritz Bunkus
70235732c1 A test for Boost filesystem v2 vs v3 2011-02-15 16:54:15 +01:00
Moritz Bunkus
868edce381 Put lib/lib{ebml,matroska} first in include/library paths during compilation if internal libs are to be used 2011-02-06 12:54:56 +01:00
Moritz Bunkus
43367e447a Move libmatroska DLL test in correct if branch 2011-01-31 12:51:15 +01:00
Moritz Bunkus
da0e382cf7 Only use the internal versions of libebml & libmatroska if the system libs are too old 2011-01-31 11:52:07 +01:00
Moritz Bunkus
8395244ea7 Fix compilation on Mac OS X 2011-01-24 18:00:53 +01:00
Moritz Bunkus
da1ff39b7e Build system: TIOCGWINSZ ioctl detection was broken 2011-01-20 14:47:32 +01:00
Moritz Bunkus
a3faf25306 Wrong configure variable names for Boost 2010-12-26 00:37:43 +01:00
Moritz Bunkus
259d2dbb95 Use curl-config for the CFLAGS and LIBS 2010-12-25 23:23:22 +01:00
Moritz Bunkus
7fd70c2851 Include Boost's Exception library from 1.45.0
Boost's property tree lib won't work without a current exception lib.
2010-12-25 23:23:22 +01:00
Moritz Bunkus
ebb2e119cc configure check for libcurl 2010-12-23 16:04:01 +01:00
Moritz Bunkus
55d2f4bc47 Include the Boost property tree library 2010-12-22 23:46:16 +01:00
Moritz Bunkus
6f6715324f Disable optimization flags if debugging is enabled and --{en,dis}able-debug has not been specified 2010-08-21 13:53:20 +02:00
Moritz Bunkus
e97cc45b64 Test on the wrong variable for --enable-profiling 2010-08-16 23:51:52 +02:00
Moritz Bunkus
94454e979d Honor --disable-precompiled-headers 2010-08-14 21:18:57 +02:00
Moritz Bunkus
97ab95211f Let the user disable optimizations without having debugging enabled 2010-08-10 22:27:12 +02:00
Moritz Bunkus
53dce17edf Removed most of the old build system 2010-08-01 11:12:44 +02:00
Moritz Bunkus
5a426dc33e Improved error messages if Boost libs are not found 2010-06-26 21:57:20 +02:00
Moritz Bunkus
f5952606bc Require libebml 1.0.0 & libmatroska 1.0.0 2010-06-05 13:38:56 +02:00
Moritz Bunkus
29494fb7f6 Honor "--disable-debug" 2010-06-01 14:23:53 +02:00
Moritz Bunkus
ddedbe4ff2 Removed support for FLAC older than v1.1.1. 2010-05-28 17:01:00 +02:00
Moritz Bunkus
be0f4fac9e Require libebml 0.8.0 and libmatroska 0.9.0. 2010-05-09 17:36:23 +02:00
Moritz Bunkus
6f14f39b51 Removed debug code 2010-04-10 09:06:59 +02:00
Moritz Bunkus
9b4e496e1e Option for enabling optimization even with debugging info 2010-04-06 14:46:19 +02:00
Moritz Bunkus
ba5801d26b Use the LINGUAS environment variable for the guide and man page translations 2010-04-03 23:52:56 +02:00
Moritz Bunkus
85d401b210 Allow precompiled headers to be used with gcc 4.1 2010-03-24 13:35:42 +01:00
Moritz Bunkus
835a81c2da Allow precompiled headers to be used with gcc >= 4.2 by default 2010-03-23 20:47:58 +01:00
Moritz Bunkus
a05599086d Fix gcc version detection 2010-03-15 09:39:13 +01:00
Moritz Bunkus
1e211901ba Only use precompiled headers with gcc 4.4 or newer
See bug repoert http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13675
2010-03-15 09:29:56 +01:00
Moritz Bunkus
d97d5025a3 Wrong quoting fixed 2010-03-12 00:48:08 +01:00
Moritz Bunkus
0ec2b1f5a6 Cosmetics 2010-03-06 14:39:29 +01:00
Moritz Bunkus
b92fd91a57 Updated project files & fixes for building with MS Visual Studio 8
Patches by David Ran (see AUTHORS).
2010-03-03 22:49:27 +01:00
Moritz Bunkus
970d075337 Compatibility with OpenSolaris' sed 2010-03-02 19:16:29 +01:00
Moritz Bunkus
6d3db5e80f Fix ioctl detection & compilation on OpenSolaris 2010-03-02 17:56:50 +01:00
Moritz Bunkus
ea2233334e Fix shell quoting for OpenSolaris' ksh 2010-03-02 16:38:36 +01:00
Moritz Bunkus
dc6ffac2cc Using "find -maxdepth" is not portable 2010-03-02 16:03:35 +01:00
Moritz Bunkus
a8349614b2 Use 'tr -d' instead of 'echo -n'.
The 'echo' on Mac OS does not support '-n'.
2010-02-13 21:05:49 +01:00
Moritz Bunkus
13ef06e046 Fixes for compilation with older versions from the wxWidgets 2.8.x series 2010-02-12 16:43:41 +01:00
Moritz Bunkus
5c49851405 Removed compatibility code for wxWidgets < 2.8.0 2010-02-12 15:24:48 +01:00
Moritz Bunkus
9c8e760246 Require wxWidgets 2.8.0 or newer. 2010-02-12 10:23:46 +01:00
Moritz Bunkus
9b09198871 Always check for Boost::System, and do that before the Boost::Filesystem check 2010-02-10 13:30:54 +01:00
Moritz Bunkus
ce11e3bc1c Cosmetics/Reformatting 2010-02-10 13:29:42 +01:00
Moritz Bunkus
f5e080ee6f Don't use non-existing directories for Boost detection 2010-02-10 13:29:32 +01:00
Moritz Bunkus
0ecabb046d No returns inside generated Makefile rules 2010-01-10 00:31:55 +01:00
Moritz Bunkus
91ca2b04ed Added a Chinese Simplified translation for mmg's guide. 2010-01-06 22:43:44 +01:00
Moritz Bunkus
2fd3983160 Moved mmg's guide to another subdirectory. 2010-01-06 22:26:31 +01:00