mirror of https://git.ffmpeg.org/ffmpeg.git
Remove unused avdevice.h header file; add config.h which is used.
Originally committed as revision 13006 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d5202e4fda
commit
1f9449234e
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue