Merge back some registering macros in all*.c.

This breaks the sed in configure:find_things(). Fixes regression from
c73c87b. Fixes Ticket2079.

Found-by: jamal
This commit is contained in:
Clément Bœsch
2012-12-30 07:17:33 +01:00
parent c83002a4f8
commit 613001d75f
3 changed files with 6 additions and 9 deletions

View File

@@ -48,9 +48,8 @@
avcodec_register(&ff_##x##_decoder); \
}
#define REGISTER_ENCDEC(X, x) \
REGISTER_ENCODER(X, x); \
REGISTER_DECODER(X,x)
/* Warning: do not split this line, it will break configure script */
#define REGISTER_ENCDEC(X, x) REGISTER_ENCODER(X, x); REGISTER_DECODER(X,x)
#define REGISTER_PARSER(X, x) \
{ \