Remove unused includes and libraries (#26)
Removed unnecessary header file includes and libraries.
This commit is contained in:
@@ -8,12 +8,7 @@ set(PLUGIN_NAME "video_player_elinux_plugin")
|
|||||||
|
|
||||||
find_package(PkgConfig)
|
find_package(PkgConfig)
|
||||||
pkg_check_modules(GLIB REQUIRED glib-2.0)
|
pkg_check_modules(GLIB REQUIRED glib-2.0)
|
||||||
pkg_check_modules(GSTREAMER REQUIRED
|
pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0)
|
||||||
gstreamer-1.0
|
|
||||||
gstreamer-app-1.0
|
|
||||||
gstreamer-video-1.0
|
|
||||||
gstreamer-audio-1.0
|
|
||||||
)
|
|
||||||
|
|
||||||
add_library(${PLUGIN_NAME} SHARED
|
add_library(${PLUGIN_NAME} SHARED
|
||||||
"video_player_elinux_plugin.cc"
|
"video_player_elinux_plugin.cc"
|
||||||
|
|||||||
@@ -4,10 +4,6 @@
|
|||||||
|
|
||||||
#include "gst_video_player.h"
|
#include "gst_video_player.h"
|
||||||
|
|
||||||
#include <gst/audio/audio.h>
|
|
||||||
#include <gst/video/gstvideometa.h>
|
|
||||||
#include <gst/video/video.h>
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
GstVideoPlayer::GstVideoPlayer(
|
GstVideoPlayer::GstVideoPlayer(
|
||||||
|
|||||||
Reference in New Issue
Block a user