Carl Eugen Hoyos
504a64b95d
Silence useless icc warnings.
...
Originally committed as revision 13118 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
b091aa44b7
Check for sys/resource.h and include it conditionally.
...
Originally committed as revision 13075 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anuradha Suraparaju
3f89d9c000
Disable libdirac decoder if the faster libschroedinger decoder is available.
...
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13074 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Matthieu Castet
2f05d9c1ee
When compiling with -fmudflap configure fill EXTERN_PREFIX with garbage
...
(some mudflap symbol), so just pick out ff_extern symbols in this case.
patch by matthieu castet, castet.matthieu free fr
Originally committed as revision 13072 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anssi Hannula
7a30f8ff55
In pkg-config files, libraries not exposed through the library, but just needed
...
during static linking should be listed under Libs.private, not Libs.
patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 13067 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
35a71f1d9f
cosmetics: whitespace/order changes, if/then --> && in pkg-config section
...
Originally committed as revision 13065 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a13a97376a
Merge both pkg-config creation commands into one.
...
Originally committed as revision 13064 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e426941d68
In the pkg-config file generation, derive the short name from the library
...
name instead of passing it as a parameter.
Originally committed as revision 13063 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5aadcab597
Remove stray extra parameter from libavutil pkg-config command.
...
Originally committed as revision 13062 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
adb2b90890
Fix configure for cross-compilation and --arch=amd64.
...
Originally committed as revision 13058 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anuradha Suraparaju
f7cd9eed5d
Add Dirac support through libschroedinger.
...
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anuradha Suraparaju
690bfceb20
Dirac decoding/encoding support via libdirac.
...
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13042 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
17ac9f1c38
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,
...
patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk.
Originally committed as revision 13031 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
f946a9a431
Use check_cflags for -mdynamic-no-pic so third-party compilers will work on Darwin.
...
Originally committed as revision 13007 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
7622778ed7
Revert "Adjust pkg-config files to include files residing in separate subdirectories."
...
Originally committed as revision 12947 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5cd505e01f
Adjust pkg-config files to include files residing in separate subdirectories.
...
Originally committed as revision 12939 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Gianluigi Tiesi
8d94f6065b
Support shared pthreads-win32.
...
Patch by Gianluigi Tiesi <mplayer at netfarm.it>
Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
f55b299ae6
check for ARM VFP support
...
Originally committed as revision 12911 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
de9c6ddd39
Set correct value for includedir in pkg-config files.
...
Originally committed as revision 12865 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anssi Hannula
f2b7382cd3
Set correct value for libdir in pkg-config files.
...
patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 12864 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
49e37ca9bd
remove unused MAKE variable
...
Originally committed as revision 12786 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
9987769a8b
correct soname for vhooks
...
Originally committed as revision 12785 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
caec74dd65
generate separate dependency files per object file
...
Originally committed as revision 12775 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
71c61f62a3
non-recursive makefiles
...
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
9006f5d0b1
replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS
...
Originally committed as revision 12680 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
cea0ac526e
cosmetics: alphabetical order for temporary filenames
...
Originally committed as revision 12651 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
edd08265fc
Use a different filename that ends in .sh for temporary shell scripts.
...
Apparently some Windows command interpreters have trouble executing
shell scripts with an .exe suffix.
inspired by a patch from Axel Holzinger, aholzinger gmx de
Originally committed as revision 12650 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c23a0ac8da
cosmetics: Write some trivial C test programs in a more compact form.
...
Originally committed as revision 12641 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
fbef871dad
Make MMX2 depend on MMX.
...
Originally committed as revision 12640 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
İsmail Dönmez
38a05ab6ef
Replace hackish CFLAGS 64 bit test by a proper compilation check.
...
patch by İsmail Dönmez, ismail namtrac org
Originally committed as revision 12620 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e9c192562f
Move CPU detection code after OS-specific settings and logging system
...
initialization so that we can use compilation checks inside it.
Originally committed as revision 12602 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
26759c4480
combine setting of various configure command line options
...
Originally committed as revision 12592 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
3e89171a86
Rename configure variable PREFIX to prefix
...
Originally committed as revision 12591 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
ce8871c22c
Rename configure variable BUILDSUF to build_suffix
...
The make variable of the same name remains unchanged.
Originally committed as revision 12590 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a815037409
Classify mlib as a configurable option, not as a hardware feature.
...
Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5ce265a1de
Rename --enable-sunmlib option to --enable-mlib.
...
Allows handling the option in a more standard way.
Originally committed as revision 12588 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4f854758f7
cosmetics: Rename targetos variable to target_os.
...
Originally committed as revision 12587 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
db6107b68f
Rename --cross-compile option to --enable-cross-compile.
...
Allows handling the option in a more standard fashion.
Originally committed as revision 12586 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e155a21ad7
Invert logging variable logic so that it works without setting a default.
...
Originally committed as revision 12585 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f2310b793d
--log=no is now --disable-logging.
...
Originally committed as revision 12584 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
530dc5387d
cosmetics: alphabetical order
...
Originally committed as revision 12583 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
87a0fb627b
Rename --disable-strip option to --disable-stripping. This allows
...
handling this option in a more standard way.
Originally committed as revision 12582 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
cb6b4c98d2
cosmetics: indentation
...
Originally committed as revision 12578 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8c6afa4dae
Introduce --disable-logging option to control logging. --logfile now just
...
controls the name of the log file, not the decision whether or not to log.
Originally committed as revision 12577 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a77705e2b6
Rename --log option to --logfile.
...
Originally committed as revision 12576 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d314ea4e40
Remove ineffectual --log option.
...
Originally committed as revision 12575 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
399d31cce8
Add OS-specific executable suffix to temporary executable name.
...
Originally committed as revision 12574 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0f53b19228
Move declaration of temporary filenames after the OS-specific settings
...
so that things like executable suffix can be picked up.
Originally committed as revision 12573 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Matthieu Castet
b4e806b2b9
pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used
...
on armv4 that doesn't support this instruction. Futhermore pld is a nop on some
armv5 processor like arm926. Detect if pld is supported and have the
preprocessor remove it when it's not supported.
Fixes issue 393.
patch by matthieu castet, castet.matthieu free fr
Originally committed as revision 12569 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5341d85601
Include files are now installed in $PREFIX/include.
...
Originally committed as revision 12550 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago