931 Commits (8a0684f4c4a0d4375907807034ad2fc27953f5d6)

Author SHA1 Message Date
Alexander Strange f946a9a431 Use check_cflags for -mdynamic-no-pic so third-party compilers will work on Darwin. 17 years ago
Måns Rullgård 7622778ed7 Revert "Adjust pkg-config files to include files residing in separate subdirectories." 17 years ago
Diego Biurrun 5cd505e01f Adjust pkg-config files to include files residing in separate subdirectories. 17 years ago
Gianluigi Tiesi 8d94f6065b Support shared pthreads-win32. 17 years ago
Måns Rullgård f55b299ae6 check for ARM VFP support 17 years ago
Diego Biurrun de9c6ddd39 Set correct value for includedir in pkg-config files. 17 years ago
Anssi Hannula f2b7382cd3 Set correct value for libdir in pkg-config files. 17 years ago
Måns Rullgård 49e37ca9bd remove unused MAKE variable 17 years ago
Måns Rullgård 9987769a8b correct soname for vhooks 17 years ago
Måns Rullgård caec74dd65 generate separate dependency files per object file 17 years ago
Måns Rullgård 71c61f62a3 non-recursive makefiles 17 years ago
Måns Rullgård 9006f5d0b1 replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS 17 years ago
Diego Biurrun cea0ac526e cosmetics: alphabetical order for temporary filenames 17 years ago
Diego Biurrun edd08265fc Use a different filename that ends in .sh for temporary shell scripts. 17 years ago
Diego Biurrun c23a0ac8da cosmetics: Write some trivial C test programs in a more compact form. 17 years ago
Diego Biurrun fbef871dad Make MMX2 depend on MMX. 17 years ago
İsmail Dönmez 38a05ab6ef Replace hackish CFLAGS 64 bit test by a proper compilation check. 17 years ago
Diego Biurrun e9c192562f Move CPU detection code after OS-specific settings and logging system 17 years ago
Måns Rullgård 26759c4480 combine setting of various configure command line options 17 years ago
Måns Rullgård 3e89171a86 Rename configure variable PREFIX to prefix 17 years ago
Måns Rullgård ce8871c22c Rename configure variable BUILDSUF to build_suffix 17 years ago
Diego Biurrun a815037409 Classify mlib as a configurable option, not as a hardware feature. 17 years ago
Diego Biurrun 5ce265a1de Rename --enable-sunmlib option to --enable-mlib. 17 years ago
Diego Biurrun 4f854758f7 cosmetics: Rename targetos variable to target_os. 17 years ago
Diego Biurrun db6107b68f Rename --cross-compile option to --enable-cross-compile. 17 years ago
Diego Biurrun e155a21ad7 Invert logging variable logic so that it works without setting a default. 17 years ago
Diego Biurrun f2310b793d --log=no is now --disable-logging. 17 years ago
Diego Biurrun 530dc5387d cosmetics: alphabetical order 17 years ago
Diego Biurrun 87a0fb627b Rename --disable-strip option to --disable-stripping. This allows 17 years ago
Diego Biurrun cb6b4c98d2 cosmetics: indentation 17 years ago
Diego Biurrun 8c6afa4dae Introduce --disable-logging option to control logging. --logfile now just 17 years ago
Diego Biurrun a77705e2b6 Rename --log option to --logfile. 17 years ago
Diego Biurrun d314ea4e40 Remove ineffectual --log option. 17 years ago
Diego Biurrun 399d31cce8 Add OS-specific executable suffix to temporary executable name. 17 years ago
Diego Biurrun 0f53b19228 Move declaration of temporary filenames after the OS-specific settings 17 years ago
Matthieu Castet b4e806b2b9 pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used 17 years ago
Diego Biurrun 5341d85601 Include files are now installed in $PREFIX/include. 17 years ago
Panagiotis Issaris 064df5a9f6 Show the "--disable-mmx2" and "--disable-ssse3" options when using "./configure 17 years ago
Dave Yeo 287d3b1336 Create object files in a.out (aout-emx) format on OS/2. This works around 17 years ago
Alexander Strange b58412f106 Check for sys/mman.h and set appropriate definitions. 17 years ago
Alexander Strange d7f0920bd7 Check for and set HAVE_MMX2, it is used in several places. 17 years ago
Michael Kostylev 503d5b585f fix extern prefix detection when cross compiling. 17 years ago
Måns Rullgård 2081f3c619 fix extern prefix detection on mingw 17 years ago
Måns Rullgård b4d96ba2a8 check for prefix on extern symbols in configure 17 years ago
Diego Biurrun 6fce759141 Fix previously broken x86_64 check, simplifying it in the process. 17 years ago
Diego Biurrun 3dddba4b5d Fix previously broken xlc checks, simplifying them in the process. 17 years ago
Diego Biurrun 78fe7631f8 Drop unnecessary subshell invocation from BEINCLUDES check. 17 years ago
Diego Biurrun 7edd384f1d Add -q to grep invocation where appropriate. 17 years ago
Diego Biurrun abe39c0f31 Escape \1 and \2 in sed expressions written to config.mak to avoid mangling. 17 years ago
Diego Biurrun 08c4e395d2 Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD 17 years ago