Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Jul 7, 2021
2 parents c2598bf + 35cd51d commit f6149b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dartvlc/internal/internal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
* GNU Lesser General Public License v2.1
*/

#ifdef _WIN32
#include <vlcpp/vlc.hpp>

#else
#include "vlcpp/vlc.hpp"
#endif

class PlayerInternal {
protected:
Expand Down
2 changes: 2 additions & 0 deletions linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ include_directories(${PACKAGE} INTERFACE
target_include_directories(${PACKAGE} INTERFACE
# DartVLC Headers.
${CMAKE_CURRENT_SOURCE_DIR}/../ffi/native
# libVLC++ Headers.
${LIBVLCPP_SOURCE}
)
target_link_libraries(${PACKAGE} PRIVATE
vlc
Expand Down

0 comments on commit f6149b1

Please sign in to comment.