diff options
author | Diego Biurrun | 2008-04-27 11:52:35 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-04-27 11:52:35 +0000 |
commit | 1f9449234e503d00d4189549e41a4b6eed4075f8 (patch) | |
tree | dcba8a6be562d135c3d23b92c6528ee72d2ad6f3 /libavdevice/alldevices.c | |
parent | d5202e4fda3d6e3d63e032328b7626f779572e76 (diff) |
Remove unused avdevice.h header file; add config.h which is used.
Originally committed as revision 13006 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/alldevices.c')
-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; \ |