summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2012-08-08darwin: adds universal target to default config fileThiago Santos1-0/+5
2012-07-05windows.config: don't add spaces in the compiler variablesAndoni Morales Alastruey1-3/+3
2012-06-15libmpeg2: fix configure check for the alignment attributeAndoni Morales Alastruey1-0/+1
Fixes #51076
2012-06-14config: add support for using ccache in the buildsAndoni Morales Alastruey3-2/+12
2012-06-07darwing.config: link -headerpad_max_install_namesAndoni Morales Alastruey1-1/+1
This ensure using the maximum lenght for paths in the library to use the install_name_tool for relocations
2012-05-31revert change pshed by mistakeAndoni Morales Alastruey1-12/+0
2012-05-31gstreamer-sdk: update.rtf licenseAndoni Morales Alastruey1-0/+12
2012-05-30Fix CFLAGS/OBJCFLAGS/etc for OSXJosep Torra1-20/+15
2012-05-29Set OBJC for OSX leopardJosep Torra1-0/+1
2012-05-29Revert "darwin.config: add arch in ASFLAGS too"Andoni Morales Alastruey1-4/+1
This reverts commit d29b1ccc8e61058d1e5095fb924458e5e517bc62.
2012-05-28darwin.config: add arch in ASFLAGS tooAndoni Morales Alastruey1-1/+4
2012-05-22windows.config: don't set the toolchain path relative to the prefixAndoni Morales Alastruey1-1/+1
2012-05-21darwin.config: pass -arch option as a linker option in LDFLAGS tooAndoni Morales Alastruey1-2/+2
2012-05-21darwin.config: set sdk_path depending on whether it exists and not its versionAndoni Morales Alastruey1-4/+3
2012-05-21darwin.config: don't add sdk include path but instead link GL headersAndoni Morales Alastruey1-2/+11
We only need GL headers from $SDK_ROOT/X11/Include and including the whole path can cause problems in Leopard, where fontconfig headers are in this path and its version is too old
2012-05-21darwin.config: set properly sdk's version and allow setting it from configAndoni Morales Alastruey1-9/+15
2012-04-26linux.config: don't verride the cache fileAndoni Morales Alastruey1-2/+2
2012-04-23windows.config: remove unused definesAndoni Morales Alastruey1-3/+0
2012-04-20windows.config: export RC for taglibAndoni Morales Alastruey1-0/+1
2012-04-19darwin.config: fix typo, 10.7 is Lion, not Mountain LionAlvaro Soliverez1-1/+1
2012-04-19darwin.config: Add option specific for Mountain LionAlvaro Soliverez1-0/+6
2012-04-19darwin.config: add missing importAndoni Morales Alastruey1-1/+1
2012-04-19darwin.config: fix typoAndoni Morales Alastruey1-1/+1
2012-04-18darwin.config: add leopard specific config properlyAndoni Morales Alastruey1-2/+5
2012-04-18windows.config: change includes dir path for directxAndoni Morales Alastruey1-1/+2
2012-04-18windows.config: don't override cache_fileAndoni Morales Alastruey1-1/+1
2012-04-17config: let the windows.config set the cache fileAndoni Morales Alastruey2-2/+0
2012-04-17Return a Package instance in get_package_deps()Andoni Morales Alastruey4-15/+0
2012-04-16Define ac_cv_lib_bz2_BZ2_bzlibVersion to pass bzip2 configure checksAndoni Morales Alastruey1-0/+1
2012-04-15Use the host value instead of mingwAndoni Morales Alastruey1-1/+1
2012-04-15Add recipes for building gcc and mingw-w64Andoni Morales Alastruey2-0/+9
2012-04-12Build python extensions with the .pyd file extensionAndoni Morales Alastruey1-1/+1
2012-04-12linux.config: Make sure python modules are installed in the correct place ↵Andre Moreira Magalhaes (andrunko)1-0/+2
(lib instead of lib64).
2012-04-11Foce aclocal-1.11 on windowsAndoni Morales Alastruey1-0/+3
2012-04-11Add mingw lib path for some dll's needed by the compilersAndoni Morales Alastruey1-0/+2
2012-04-10Remove 'Lib' from python's exec dir in the windows configAndoni Morales Alastruey1-2/+2
2012-04-05Add target to configure optionsAndoni Morales Alastruey1-0/+2
2012-04-05Add support for generating MSVC-compatible library filesAndoni Morales Alastruey1-0/+1
2012-03-30Set sources prefix and cache based on the architectureAndoni Morales Alastruey1-0/+9
2012-03-30Add py_prefix propertyAndoni Morales Alastruey1-2/+4
2012-03-20Fix windows install path for python modulesAndoni Morales Alastruey1-2/+2
2012-03-20Fix libxml2's python extension compilationAndoni Morales Alastruey1-1/+1
libxml2 uses -L$(PYTHON_INCLUDES) instead of just $(PYTHON_INCLUDES) for the CFLAGS
2012-03-20Add missing not for darwing and linuxAndoni Morales Alastruey2-0/+10
2012-03-20don't override flags already setAndoni Morales Alastruey3-10/+9
2012-03-20Fix for libxml2, which does -I(PYTHON_INCLUDES)Andoni Morales Alastruey1-1/+1
2012-03-20Add a global flag to allow using system librariesAndoni Morales Alastruey2-1/+12
2012-03-20Fix config file for windows platformsAndoni Morales Alastruey1-2/+14
2012-03-20Add distro version to cross-compilation configsAndoni Morales Alastruey2-3/+5
2012-03-20Make sure to set CFLAGS/CXXFLAGS/OBJFLAGS to "-O2 -g" everywhereSebastian Dröge3-1/+18
2012-03-20Add OBJCFLAGS to select the proper arch for Objective-C code. Fixes ↵Josep Torra1-1/+4
applemedia plugin build in 32 bits.