Browse Source

lavd/dshow: protect header.

tags/n0.11
Clément Bœsch 13 years ago
parent
commit
d1562d32cf
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libavdevice/dshow.h

+ 5
- 0
libavdevice/dshow.h View File

@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef AVDEVICE_DSHOW_H
#define AVDEVICE_DSHOW_H

#define DSHOWDEBUG 0

#include "avdevice.h"
@@ -266,3 +269,5 @@ long WINAPI libAVFilter_QueryVendorInfo(libAVFilter *, wchar_t **);

void libAVFilter_Destroy(libAVFilter *);
libAVFilter *libAVFilter_Create (void *, void *, enum dshowDeviceType);

#endif /* AVDEVICE_DSHOW_H */

Loading…
Cancel
Save