lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h

This commit is contained in:
Stefano Sabatini
2011-05-27 12:15:09 +02:00
parent e48993e3cf
commit 6b899e16de
20 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -24,7 +24,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavformat/avformat.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#if HAVE_DEV_BKTR_IOCTL_METEOR_H && HAVE_DEV_BKTR_IOCTL_BT848_H
@@ -47,6 +46,7 @@
#include <signal.h>
#include <stdint.h>
#include <strings.h>
#include "avdevice.h"
typedef struct {
AVClass *class;