summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-30 07:17:33 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-30 07:18:21 +0100
commit613001d75fee9dfef14fb000cac8c67ac6381e97 (patch)
treeac06a4d7cfda8c2971f957bda2be4f33635e8c4b /libavcodec/allcodecs.c
parentc83002a4f8042ccfa0688a9a18e8fa0369c1fda8 (diff)
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
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 6dbc9b2bcd..15106f3653 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -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) \
{ \