Remove unused includes and libraries (#26)

Removed unnecessary header file includes and libraries.
This commit is contained in:
Hidenori Matsubayashi
2021-08-06 09:54:36 +09:00
committed by GitHub
parent 156d3718dc
commit 385d322fca
2 changed files with 1 additions and 10 deletions
+1 -6
View File
@@ -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(