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