Diego Biurrun
b6f9a42147
typo: Properly escape a $ sign.
...
Originally committed as revision 7368 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2e3bcd38d0
Create libpostproc pkgconfig files only if libpostproc is enabled.
...
Originally committed as revision 7363 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
79cc11b3ec
slightly more consistency for the Darwin linker options
...
Originally committed as revision 7360 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
11c6f4a11c
Opss... My last commit was wrong; sorry!
...
This one moves the GPL check in the right place
Originally committed as revision 7359 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
0872a0a6d9
libswscale is not LGPLed, sorry
...
Originally committed as revision 7358 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
8fbec4f4d0
Install generated .lib files in shlibdir on MinGW.
...
patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7356 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
754e97fa49
Remove duplicate line.
...
Originally committed as revision 7355 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Tom Harper
5e49e7628f
Fix linking on Intel Mac due to local relocation entries in
...
non-writable sections.
patch by Tom Harper d.thomas.harper gmail com
Originally committed as revision 7354 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
56a059ac86
Make the X11 frame grabber disabled by default.
...
Originally committed as revision 7353 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
7c057f46e8
libswscale can now be compiled under LGPL too
...
Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9d824ad1f7
fix libavutil.pc
...
Originally committed as revision 7322 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c505dd3191
don't use non-standard sed -i option
...
Originally committed as revision 7321 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9c476fd65e
replace bashism with POSIX construct
...
Originally committed as revision 7317 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d0674868c5
Generate pkgconfig files via two functions.
...
Originally committed as revision 7313 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
f58f4ce19d
Original X11 device demuxer patch from Clemens Fruhwirth
...
- Build system integration is equivalent to RFC #6 patch
- Same rule applies to ffmpeg.c/allformats.[c|h]
- x11grab.c is from Clemens Fruhwirth except the x11 grab
structure for libavformat registration is renamed to
match build system integration.
Originally committed as revision 7302 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
83c547a4a1
revert broken commit of x11 device demuxer patch
...
Originally committed as revision 7301 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
e519b02c10
Original X11 device demuxer patch from Clemens Fruhwirth
...
- Build system integration is equivalent to RFC #6 patch
- Same rule applies to ffmpeg.c/allformats.[c|h]
- x11grab.c is from Clemens Fruhwirth except the x11 grab
structure for libavformat registration is renamed to
match build system integration.
Originally committed as revision 7293 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
fc53da2037
typo
...
Originally committed as revision 7292 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7e303556ea
libpostproc has its own version number and should not use libavcodec's.
...
Originally committed as revision 7291 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
505dfb09d9
Improve broken shell warning.
...
Originally committed as revision 7278 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d0c2abb1d0
fix typo in Darwin shared lib naming
...
Originally committed as revision 7274 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8d0ba041b3
OpenBSD settings by Nikns Siankin <nikns at secure lv>
...
Originally committed as revision 7263 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
5d32360264
simplify test for memalign emulation requirement
...
Originally committed as revision 7262 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
fb17fac8c7
BUILD_SHARED_AV is no longer used
...
Originally committed as revision 7255 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a77caa4dc9
fix mingw shared build, and get rid of FF_IMPORT_ATTR
...
Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0dbe81bb97
make shell test work with Solaris /bin/sh
...
Originally committed as revision 7251 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
e48dc873a4
Remove MinGW install path special-casing.
...
patch by Ramiro Polla, angustia arrozcru no-ip org
Originally committed as revision 7230 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6bc0e1cfba
Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.
...
Originally committed as revision 7222 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
f39020269e
cleanup the #ifdef mess in encoder/decoder/parser registration
...
Originally committed as revision 7182 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
5b9b3b6846
cleanup the #ifdef mess in muxer/demuxer registration
...
Originally committed as revision 7175 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
cb741242a1
Nuke config.log support.
...
Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9e7fd10192
improved pthreads test
...
Originally committed as revision 7118 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f24d50e5fc
TUNECPU is never used
...
Originally committed as revision 7109 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4dc62701e1
simplify [TARGET_]ARCH_* setting
...
Originally committed as revision 7108 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f57620d512
add copyright notices for myself and Diego
...
Originally committed as revision 7107 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9c9143989b
set CONFIG_OS2 using new method
...
Originally committed as revision 7092 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
860391a53e
gcc always #defines __MINGW32__ on mingw targets
...
Originally committed as revision 7091 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9464f2b836
Move BeOS extralibs handling into configure.
...
Originally committed as revision 7082 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0701ca7f95
set status variables automatically in check_header and check_func
...
Originally committed as revision 7079 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
18b67ae59e
rename HAVE_DLFCN to HAVE_DLFCN_H
...
Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c21d6325ab
improve broken shell detection, and give a better error message
...
Originally committed as revision 7077 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
576a85f7c9
remove workaround for missing inttypes.h
...
Originally committed as revision 7068 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
47404f9fd5
Move AMR support instructions into the documentation.
...
Originally committed as revision 7055 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
4d8aa1c38b
update to libnut API, rename nut.h->libnut.h
...
Originally committed as revision 7051 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
81dc56e76e
clean up inttypes.h and int_fastxx_t types detection
...
Originally committed as revision 7050 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
2e1913b193
check for inet_aton in configure
...
Originally committed as revision 7049 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
18451f7df9
move some CFLAGS settings away from config.* writing section
...
Originally committed as revision 7045 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
486497e07b
revert bad checkin
...
Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
be6ed6fff4
move some CFLAGS settings away from config.* writing section
...
Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
904e48f1bf
move comment where it makes sense
...
Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago