Panagiotis Issaris
449659919c
Fix compilation when using the --disable-opts parameter. This to help those
...
interested in using a debugger to debug FFmpeg.
Original thread:
Subject: [PATCH] Fix compilation when using --disable-opts
Date: 2007-03-15 16:58:35 GMT
Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
c9fdab0dab
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed.
...
Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
33a0dd378a
DXA demuxer and decoder
...
Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3d3361e509
libswscale header files are put in a subdirectory named ffmpeg, not swscale.
...
Originally committed as revision 8347 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7350151b17
small improvements to the help output
...
Originally committed as revision 8314 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
1fc113c405
Use - instead of _ for AMR options in help output.
...
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8313 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Patrice Bensoussan
0aca87c6fc
Do not hardcode cc on Darwin, fixing --cc option in the process.
...
patch by Patrice Bensoussan, patrice.bensoussan free fr
Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
c2a29455e3
enable some 64bit optimized code on 64bit arch
...
Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0cb78cef4f
10l: Use double, not single, quotes when variables need to be expanded.
...
Originally committed as revision 8129 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8eee7025e1
Collect the different thread variables in a nice easy to reuse list.
...
based on a patch by Ramiro Polla, angustia arrozcru no-ip org
Originally committed as revision 8128 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
81a409c8b5
ffserver uses dlopen(), so make sure it links to libdl if needed.
...
Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f6b375b95e
Merge bfin add_ldflags lines.
...
Originally committed as revision 8064 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
8684704bbe
add bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst P com %
...
original thread:
date: Feb 21, 2007 1:32 PM
subject: [Ffmpeg-devel] bfin cpu specific build options
Originally committed as revision 8060 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d5039327f1
Remove unused variable.
...
Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f55c7a3359
Move MinGW extralibs setting into MinGW section.
...
Originally committed as revision 8049 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8ffed8d89f
libgsm_ms codec depends on libgsm
...
Originally committed as revision 8045 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
eea50282bc
generic foo-config --cflags/libs test
...
Originally committed as revision 8033 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f8d7b072fe
feature tests for functions requiring one or more headers
...
Originally committed as revision 8032 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
fcfcde1769
revert last change, it breaks on brain damaged distros
...
Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a2e25446e7
simplify check_lib
...
Originally committed as revision 8030 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d1b1363ee1
TARGET_OS in config.mak is unused
...
Originally committed as revision 8020 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
40671fee0a
remove --enable-mingw32 option, --target-os=mingw32 should be used
...
Originally committed as revision 8019 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4a5444db0e
case insensitive OS name
...
Originally committed as revision 8018 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
c9639c394c
libswscale is needed in Cygwin vhooks
...
patch by Víctor Paesa wzrlpy arsystel com
Originally committed as revision 8013 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
aeb292227e
10l: I thought I'd tested all changes...
...
Originally committed as revision 8011 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0a622b984d
rearrange --help text slightly
...
Originally committed as revision 8010 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
abcd6d608c
mention --target-os in --help
...
Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
270739bb90
move arch processing after command line loop
...
Originally committed as revision 8008 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4ec9ec8122
put mingw section together with other OS specifics
...
Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c597172e43
add --target-os option, and move OS specific settings after command line
...
processing
Originally committed as revision 8006 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c861e7da74
restore lost --enable-amr-if2 option
...
Originally committed as revision 8001 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
36c07acd59
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
...
Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
b0c858d834
poll() emulation for BeOS, and maybe MinGW.
...
Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d8bc5f06e4
simplify
...
Originally committed as revision 7985 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
afde41b414
rename video4linux[2] variables to v4l[2], consistent with --disable options
...
Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
ac7030a437
combine handling of --enable/disable-encoder/decoder/muxer/demuxer/parser
...
Originally committed as revision 7971 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
dd9bfb4666
simplify ever so slightly
...
Originally committed as revision 7970 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
2b4c361536
add powerpc_perf to CONFIG_LIST, rename --powerpc-perf-enable option
...
to --enable-powerpc-perf
Originally committed as revision 7969 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
35f9736988
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
...
Originally committed as revision 7968 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
e274504676
rename some --enable options for external libs
...
Originally committed as revision 7967 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7c758d336a
minor help output formatting fix
...
Originally committed as revision 7949 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7bc5f2a8a4
Restore the possibility to link liba52 instead of dlopening.
...
Originally committed as revision 7945 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
b5ea085b52
fix --enable-*threads
...
Originally committed as revision 7944 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9825212536
10l to Diego for breaking A52 decoder
...
Originally committed as revision 7942 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
520cc7f1da
simplify --enable/disable-* option handling
...
Originally committed as revision 7941 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
12b61a74ad
clean up amr option handling
...
Originally committed as revision 7940 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f4ca507980
Rename ac3 decoder to liba52 to prepare for native decoder.
...
Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
51e8750a9c
add armv6 to TARGET_LIST
...
Originally committed as revision 7938 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
fb2ce7d936
move pkg_requires setting to end
...
Originally committed as revision 7937 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
5af4e0cca5
rename some variables to match corresponding --enable-* options
...
Originally committed as revision 7936 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago