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:
@@ -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) \
|
||||
{ \
|
||||
|
Reference in New Issue
Block a user