Browse Source

bdagraph: rename bdadefs.h to qedit.h

It defines the classes not available in the Windows SDK that used to be in qedit.h.
pull/177/head
Steve Lhomme 1 year ago
parent
commit
156459ca9d
  1. 2
      modules/access/Makefile.am
  2. 3
      modules/access/dtv/bdagraph.hpp
  3. 2
      modules/access/dtv/qedit.h

2
modules/access/Makefile.am

@ -316,7 +316,7 @@ endif
if HAVE_WIN32_DESKTOP
# Work-around automake bug:
# Use an import library for C++ to retain C linker on other platforms.
libbda_la_SOURCES = access/dtv/bdadefs.h access/dtv/bdagraph.cpp access/dtv/bdagraph.hpp
libbda_la_SOURCES = access/dtv/qedit.h access/dtv/bdagraph.cpp access/dtv/bdagraph.hpp
libbda_la_CXXFLAGS = $(AM_CXXFLAGS) $(LIBCOMCXXFLAGS)
libbda_la_LDFLAGS = -static
libbda_la_LIBADD = -lstrmiids $(LIBCOM) -luuid

3
modules/access/dtv/bdagraph.hpp

@ -42,7 +42,8 @@
#if defined(__MINGW64_VERSION_MAJOR)
#include <qedit.h>
#else
#include "bdadefs.h"
// qedit.h is not part of the Windows 7 SDK anymore, use a local version
#include "qedit.h"
#endif
#include <stdexcept>

2
modules/access/dtv/bdadefs.h → modules/access/dtv/qedit.h

@ -1,5 +1,5 @@
/*****************************************************************************
* bdadefs.h : DirectShow BDA headers for vlc
* qedit.h : DirectShow BDA headers for vlc
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
*
Loading…
Cancel
Save