From cb45553f577f8e0ebfe05d3287e1b6fa5859b967 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 20 Oct 2012 15:22:41 +0200 Subject: Remove pointless #undefs of previously forbidden functions. --- libavformat/output-example.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/output-example.c') diff --git a/libavformat/output-example.c b/libavformat/output-example.c index e4babb49a5..2f83990011 100644 --- a/libavformat/output-example.c +++ b/libavformat/output-example.c @@ -38,8 +38,6 @@ #include "libavformat/avformat.h" #include "libswscale/swscale.h" -#undef exit - /* 5 seconds stream duration */ #define STREAM_DURATION 5.0 #define STREAM_FRAME_RATE 25 /* 25 images/s */ -- cgit v1.2.3