Diego Biurrun
|
c536cb09f9
|
Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.
Originally committed as revision 5817 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-24 00:52:42 +00:00 |
|
Diego Biurrun
|
9f82cdc7b5
|
Remove obsolete and misleading warning.
Originally committed as revision 5816 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-23 20:45:20 +00:00 |
|
Diego Biurrun
|
6ce704bbed
|
Remove unused variable.
Originally committed as revision 5757 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-15 23:05:44 +00:00 |
|
Diego Biurrun
|
84c22efdfb
|
Create infrastructure to install shared and static libs into different places.
based on patch by Víctor Paesa wzrlpy at arsystel com
Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-15 23:01:52 +00:00 |
|
Diego Biurrun
|
2266e085c9
|
Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdir
and similar since $libdir contained $prefix, which contained $(DESTDIR)..
Originally committed as revision 5754 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-15 16:16:49 +00:00 |
|
Diego Biurrun
|
3409385da6
|
Properly handle vhook build flags for platforms that require special handling.
Removes one of the last FIXMEs from the build system.
Originally committed as revision 5745 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-14 16:18:59 +00:00 |
|
Diego Biurrun
|
302cdccfc1
|
cosmetics: Reorder some entries for more consistency and readability.
Originally committed as revision 5744 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-14 15:30:36 +00:00 |
|
Diego Biurrun
|
d14ed1f21b
|
10l: the ${prefix} variable should not be expanded when setting path defaults.
Originally committed as revision 5742 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-14 11:21:37 +00:00 |
|
Diego Biurrun
|
43865cf092
|
Simplify the setting of some defaults.
Originally committed as revision 5730 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-13 21:17:20 +00:00 |
|
Diego Biurrun
|
f7f03a6303
|
Remove MPlayer-specific include option hacks.
Originally committed as revision 5723 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-12 15:19:51 +00:00 |
|
Diego Biurrun
|
b8635ec6ef
|
Also remove versioned .so files on make clean.
Originally committed as revision 5719 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-11 23:09:19 +00:00 |
|
Diego Biurrun
|
2f30a81d19
|
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-11 21:45:45 +00:00 |
|
Diego Biurrun
|
55006fc0e7
|
Split CODEC_LIST into ENCODER_LIST AND DECODER_LIST.
Originally committed as revision 5711 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-11 14:25:34 +00:00 |
|
Diego Biurrun
|
f7facfbf23
|
cosmetics: Fix indentation after last commit.
Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-11 14:17:28 +00:00 |
|
Diego Biurrun
|
4bbefe6b5e
|
Remove old MSVC remnants.
Originally committed as revision 5709 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-11 14:15:56 +00:00 |
|
Diego Biurrun
|
8a85f46d2b
|
CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
Originally committed as revision 5708 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-11 00:53:55 +00:00 |
|
Diego Biurrun
|
4cac0d5589
|
Not every 64 bit SPARC is an UltraSPARC so optimize for v9 instead.
hint by Derek E. Lewis, dlewis_at_solnetworks net
Originally committed as revision 5706 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-10 14:57:04 +00:00 |
|
Diego Biurrun
|
1a5f0dbe2b
|
100l: Add missing quotes to FFLDFLAGS in the MinGW section.
Originally committed as revision 5704 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-10 01:32:10 +00:00 |
|
Diego Biurrun
|
4874eef483
|
MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.
Originally committed as revision 5703 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-10 01:15:29 +00:00 |
|
Diego Biurrun
|
e67bcdd985
|
Move MinGW section before the combination of FFLDFLAGS and LDFLAGS.
Originally committed as revision 5702 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-10 01:12:17 +00:00 |
|
Diego Biurrun
|
1db54e20ff
|
Move gprof compiler flag handling to configure.
Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-10 00:49:16 +00:00 |
|
Diego Biurrun
|
dea4953d82
|
Remove silly TEST variable that is used in one line but not directly above.
Originally committed as revision 5700 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-10 00:29:33 +00:00 |
|
Diego Biurrun
|
7b0cd9ee2b
|
Move MinGW LDFLAGS setting to configure.
Originally committed as revision 5699 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-10 00:19:38 +00:00 |
|
Diego Biurrun
|
d7b34d0831
|
Move UltraSparc CFLAG addition to configure.
Originally committed as revision 5698 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-10 00:12:38 +00:00 |
|
Diego Biurrun
|
e148c6e193
|
FastUVMV vs FastUVMC typo, noticed by bond
Originally committed as revision 5693 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-09 15:12:45 +00:00 |
|
Diego Biurrun
|
6be4846a1a
|
Remove bogus IPP section that is not referenced anywhere.
Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-08 15:29:33 +00:00 |
|
Diego Biurrun
|
6a09487edc
|
Chinese AVS decoder
Originally committed as revision 5659 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-07 11:07:22 +00:00 |
|
Diego Biurrun
|
5ab0f20449
|
spelling/grammar
Originally committed as revision 5657 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-07 10:32:45 +00:00 |
|
Diego Biurrun
|
a020e2c5f0
|
Add proper LGPL header.
Originally committed as revision 5634 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-05 22:57:47 +00:00 |
|
Diego Biurrun
|
da2e9781bb
|
spelling typo
Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-05 22:56:45 +00:00 |
|
Diego Biurrun
|
75fe19059a
|
100l: V_PATH vs VPATH typo
Originally committed as revision 5624 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-05 14:33:17 +00:00 |
|
Diego Biurrun
|
f130fd4630
|
cosmetics: Break overly long lines.
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-05 14:12:00 +00:00 |
|
Diego Biurrun
|
6e03fa5094
|
Remove erroneous -I../.. flag that points outside of the src directory.
Originally committed as revision 5621 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-05 14:09:37 +00:00 |
|
Diego Biurrun
|
045bb9194e
|
simplify: $(SRC_PATH)/tests --> $(V_PATH)
Originally committed as revision 5620 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-05 14:01:45 +00:00 |
|
Diego Biurrun
|
5c6a5d584e
|
simplify
Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-07-02 18:24:11 +00:00 |
|
Diego Biurrun
|
7d77d5f639
|
spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com
Originally committed as revision 5552 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-30 02:47:36 +00:00 |
|
Diego Biurrun
|
b028a8667d
|
'uname -m' returns IP<number> for MIPS CPUs on IRIX.
Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-29 07:52:07 +00:00 |
|
Diego Biurrun
|
a66d63a94e
|
Produce correct version string even when not run in a Subversion working copy.
based on a patch by Ismail Dönmez ismail##@##pardus##.##org##.##tr
Originally committed as revision 5511 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-23 15:07:35 +00:00 |
|
Diego Biurrun
|
fd071c2659
|
.depend needs version.h, noticed by Uoti Urpala
Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-22 21:28:30 +00:00 |
|
Diego Biurrun
|
5689ec7cde
|
Remove unused FFMPEG_VERSION_INT.
Note: If this is useful I'll put it in version.sh/version.h.
Originally committed as revision 5503 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-20 10:26:00 +00:00 |
|
Diego Biurrun
|
f1cc88a5d6
|
Use Subversion revision for FFMPEG_VERSION.
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-20 10:24:08 +00:00 |
|
Diego Biurrun
|
d2845d68c8
|
Remove unused VERSION definition from config.mak.
Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-20 00:04:14 +00:00 |
|
Diego Biurrun
|
0cfd96cc1f
|
Avoid binary stripping rule code duplication.
Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-19 23:26:46 +00:00 |
|
Diego Biurrun
|
2b9c9e097d
|
Rename version from CVS to the more sensible HEAD.
Originally committed as revision 5489 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-17 09:27:36 +00:00 |
|
Diego Biurrun
|
2c8e201429
|
Fix compilation with all combinations of --disable-(de)muxers.
Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-16 10:06:57 +00:00 |
|
Diego Biurrun
|
38f0d3ce76
|
Add support for GNU/kFreeBSD systems.
patch from Petr Salinger submitted by Sam Hocevar
Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-10 12:30:51 +00:00 |
|
Diego Biurrun
|
36b1b0bcc6
|
CVS --> Subversion
Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-09 13:13:08 +00:00 |
|
Diego Biurrun
|
2b165e2901
|
www1.mplayerhq.hu --> lists.mplayerhq.hu
Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-09 09:55:57 +00:00 |
|
Diego Biurrun
|
1c1b5a4094
|
CVS --> Subversion
Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-09 09:55:04 +00:00 |
|
Diego Biurrun
|
be9701279d
|
Remove now obsolete .cvsignore files.
Originally committed as revision 18556 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
2006-06-02 11:24:33 +00:00 |
|
Diego Biurrun
|
ea0f0681a6
|
'make depend' should recurse into libavutil as well.
Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-01 23:20:51 +00:00 |
|
Diego Biurrun
|
6d9a242106
|
libavcodec/libpostproc ---> libpostproc
Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-06-01 21:37:48 +00:00 |
|
Diego Biurrun
|
2afc0c12a7
|
Add a small comment about a part that should be in configure.
Originally committed as revision 5414 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-27 12:57:54 +00:00 |
|
Diego Biurrun
|
c51c4fa083
|
AMR URL fixes
Originally committed as revision 5413 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-27 12:56:46 +00:00 |
|
Diego Biurrun
|
16862398a2
|
Remove all .cvsignore files, they are no longer necessary.
Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-26 15:37:11 +00:00 |
|
Diego Biurrun
|
18e7d87c71
|
typo/grammar fixes
Originally committed as revision 5409 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-19 08:46:47 +00:00 |
|
Diego Biurrun
|
6b991cb29f
|
Generate the list of all programs, unstripped programs and man pages in a more
elegant fashion and unconditionally remove all programs on clean.
Originally committed as revision 5400 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-18 12:33:13 +00:00 |
|
Diego Biurrun
|
7d2f45464b
|
Rename singular variables to more sensible plural form.
Originally committed as revision 5399 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-18 12:19:07 +00:00 |
|
Diego Biurrun
|
f9edb71744
|
uninstallation support
inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au
Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-18 12:14:02 +00:00 |
|
Diego Biurrun
|
a11d5f50ac
|
Simplify vhook build.
Originally committed as revision 5397 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-18 09:02:05 +00:00 |
|
Diego Biurrun
|
fcdff8996f
|
typo fixes
Originally committed as revision 5396 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-18 08:46:47 +00:00 |
|
Diego Biurrun
|
5d22ccf73f
|
cosmetics: Prettyprint some commands.
Originally committed as revision 5395 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-18 08:40:15 +00:00 |
|
Diego Biurrun
|
83a09492ba
|
Add Mans as maintainer for oggparseogm.c.
Originally committed as revision 5394 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-18 08:23:27 +00:00 |
|
Diego Biurrun
|
fefbdd2e67
|
Remove some lines that are duplicated in common.mak.
Originally committed as revision 5392 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-17 23:40:32 +00:00 |
|
Diego Biurrun
|
c4052af07d
|
Add MPEG FourCC for MPEG-2 video.
Originally committed as revision 5391 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-17 21:52:38 +00:00 |
|
Diego Biurrun
|
b29bddab34
|
Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.
Originally committed as revision 5388 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-16 18:06:28 +00:00 |
|
Diego Biurrun
|
e89b8b0a93
|
Honor the LDFLAGS environment variable.
Originally committed as revision 5384 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-16 11:51:05 +00:00 |
|
Diego Biurrun
|
60827a1a80
|
Further simplify AMR build.
Originally committed as revision 5347 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-06 10:57:38 +00:00 |
|
Diego Biurrun
|
215e46e6e5
|
Ignore errors from recursive AMR cleans.
Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-05 10:27:44 +00:00 |
|
Diego Biurrun
|
c7f1a2f56e
|
Unconditionally clean AMR subdirs.
Originally committed as revision 5344 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-05-05 09:41:06 +00:00 |
|
Diego Biurrun
|
2805e3b4eb
|
Add missing newlines at end of file.
Originally committed as revision 5335 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-29 16:17:50 +00:00 |
|
Diego Biurrun
|
c4921874f5
|
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.
Originally committed as revision 5325 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-27 11:49:15 +00:00 |
|
Diego Biurrun
|
3ed410a6bd
|
Fix amr_nb-fixed build.
Originally committed as revision 5324 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-27 03:31:26 +00:00 |
|
Diego Biurrun
|
06aa32ff18
|
Add EXTRADEPS variable for extra dependencies that need to be built first.
Originally committed as revision 5323 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-27 03:30:50 +00:00 |
|
Diego Biurrun
|
64eaac62ca
|
amr_nb should disable amr_nb-fixed and vice versa.
Originally committed as revision 5322 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-27 02:38:41 +00:00 |
|
Diego Biurrun
|
6eb07e7349
|
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does
work even without amr_nb.
Originally committed as revision 5321 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-27 02:33:27 +00:00 |
|
Diego Biurrun
|
28fff4c81b
|
cosmetics
Originally committed as revision 5320 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-27 02:27:00 +00:00 |
|
Diego Biurrun
|
e0fb7e5b0d
|
cosmetics: Group all AMR variables together, add some newlines.
Originally committed as revision 5319 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-27 02:23:42 +00:00 |
|
Diego Biurrun
|
90d9a1ba70
|
Misplaced CLEANAMR.
Originally committed as revision 5318 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-27 02:19:42 +00:00 |
|
Diego Biurrun
|
1ea00ed061
|
CLEANAMRWB --> CLEANAMR typo
Originally committed as revision 5317 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-27 02:10:49 +00:00 |
|
Diego Biurrun
|
2900340e6f
|
Add mphq2 admins.
Originally committed as revision 5296 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-15 15:09:45 +00:00 |
|
Diego Biurrun
|
2cf30841b5
|
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.
based on patch by Marcus Engene, ffmpeg AATT engene DDOOTT se
Originally committed as revision 5295 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-15 15:05:53 +00:00 |
|
Diego Biurrun
|
e1ffc3adb8
|
Revert Windows "warning" message.
Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-15 14:15:09 +00:00 |
|
Diego Biurrun
|
04f40508b2
|
Allow passing CFLAGS through the environment on all platforms.
Originally committed as revision 5292 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-14 23:33:34 +00:00 |
|
Diego Biurrun
|
b9ca6d4704
|
output cosmetics
Originally committed as revision 5291 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-04-14 21:31:12 +00:00 |
|
Diego Biurrun
|
c6b1866b73
|
Ignore apiexample and test programs.
Originally committed as revision 5241 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-03-29 11:01:17 +00:00 |
|
Diego Biurrun
|
dc9cc5ed85
|
EXTRALIBS already contains -lm, no need to add it explicitly.
Originally committed as revision 5240 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-03-29 10:59:09 +00:00 |
|
Diego Biurrun
|
1e7ffa50b7
|
Use '-' instead of '|| true' to ignore errors.
Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-03-26 21:01:49 +00:00 |
|
Diego Biurrun
|
dc8b01d166
|
Enable ffserver on Darwin, non-AltiVec regression tests pass.
Originally committed as revision 5181 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-03-19 06:31:55 +00:00 |
|
Diego Biurrun
|
b0e6636b2d
|
Reenable NUT and NUT regression tests as requested by Michael.
Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-03-17 23:21:18 +00:00 |
|
Diego Biurrun
|
8859312001
|
Disable the NUT (de)muxer until it has been synced with the specification.
Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-03-17 00:47:48 +00:00 |
|
Diego Biurrun
|
6c953a6af3
|
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.
Originally committed as revision 5128 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-03-08 21:51:39 +00:00 |
|
Diego Biurrun
|
14b005d009
|
Make -xy help output consistent, output an empty line before and after.
Originally committed as revision 5108 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-03-04 17:34:17 +00:00 |
|
Diego Biurrun
|
788223b155
|
Remove outdated FAQ entry about A/V sync issues when grabbing.
Originally committed as revision 5061 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-02-24 16:07:21 +00:00 |
|
Diego Biurrun
|
d315ec5c31
|
Use BSD-compatible expr syntax and change test -ne to test != for portability.
Originally committed as revision 5060 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-02-24 13:02:33 +00:00 |
|
Diego Biurrun
|
70b0bb8772
|
link fixes
Originally committed as revision 5050 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-02-22 10:52:00 +00:00 |
|
Diego Biurrun
|
9cb2cf10b2
|
Revert unconditional config.h overwriting, it may cause unnecessary rebuilds.
Originally committed as revision 5020 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-02-13 22:46:28 +00:00 |
|
Diego Biurrun
|
6eb7182cf4
|
Unconditionally overwrite config.h. The current behavior where config.h is
only overwritten if it differs from the new one is effectively a nop.
Originally committed as revision 5018 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-02-13 16:35:36 +00:00 |
|
Diego Biurrun
|
f41b1d3541
|
Remove obsolete big-endian FIXMEs.
Originally committed as revision 17623 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
2006-02-13 12:44:17 +00:00 |
|
Diego Biurrun
|
8e955b13ff
|
Move SRC_PATH out of the conditional, it is always added to config.mak.
Originally committed as revision 5011 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-02-12 23:14:31 +00:00 |
|