diff options
-rw-r--r-- | libavdevice/alldevices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/alldevices.c b/libavdevice/alldevices.c index 4e97a54136..41a40df67c 100644 --- a/libavdevice/alldevices.c +++ b/libavdevice/alldevices.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" -#include "avdevice.h" +#include "config.h" #define REGISTER_MUXER(X,x) { \ extern AVOutputFormat x##_muxer; \ |