X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fcommon.h;h=20978aeb284d467e2cb2785ad99397434f433a0c;hp=8268ee79b903fe5c8c936142244f597a39cfa7ad;hb=40c5fa2689105b0c4913e50b3bfd131e42afd592;hpb=6867a90b41c81f15649606e9b45fa138ef7ab72e diff --git a/libavcodec/common.h b/libavcodec/common.h index 8268ee79b9..20978aeb28 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -54,14 +54,6 @@ #define AVOPTION_SUB(ptr) { .name = NULL, .help = (const char*)ptr } #define AVOPTION_END() AVOPTION_SUB(NULL) -struct AVOption; -#ifdef HAVE_MMX -extern const struct AVOption avoptions_common[3 + 5]; -#else -extern const struct AVOption avoptions_common[3]; -#endif -extern const struct AVOption avoptions_workaround_bug[11]; - #endif /* HAVE_AV_CONFIG_H */ /* Suppress restrict if it was not defined in config.h. */