Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-nvvidconv
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
gst-nvvidconv
Commits
3379acd7
Commit
3379acd7
authored
Aug 05, 2026
by
Ran Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more .h
parent
9e26fd04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
14 deletions
+7
-14
Makefile
Makefile
+7
-14
gst-nvvidconv.tar.gz
gst-nvvidconv.tar.gz
+0
-0
No files found.
Makefile
View file @
3379acd7
GST_NVVIDCONV_ARCHIVE
:=
gst-nvvidconv.tar.gz
GST_NVVIDCONV_DIR
:=
gst-nvvidconv
CUDA_DIR
:=
/usr/local/cuda
PLUGIN_DIR
:=
/usr/lib/gstreamer-1.0
all
:
all
:
tar
-xzf
$(GST_NVVIDCONV_ARCHIVE)
tar
xf gst-nvvidconv.tar.gz
mkdir
-p
$(CUDA_DIR)
/include
mkdir
-p
/usr/local/cuda/include
cp
-vp
$(GST_NVVIDCONV_DIR)
/cuda.h
$(CUDA_DIR)
/include/cuda.h
cp
-av
gst-nvvidconv/cuda-include/. /usr/local/cuda/include/
$(MAKE)
-C
$(GST_NVVIDCONV_DIR)
\
cd
gst-nvvidconv
&&
make
CUDA_PATH
=
$(CUDA_DIR)
\
mkdir
-p
/usr/lib/gstreamer-1.0
CPPFLAGS
=
"-I
$(CUDA_DIR)
/include"
cp
-vp
gst-nvvidconv/libgstnvvidconv.so /usr/lib/gstreamer-1.0/
mkdir
-p
$(PLUGIN_DIR)
cp
-vp
$(GST_NVVIDCONV_DIR)
/libgstnvvidconv.so
$(PLUGIN_DIR)
/
ldconfig
ldconfig
rm
-rf
$(GST_NVVIDCONV_DIR)
rm
-rf
gst-nvvidconv
\ No newline at end of file
\ No newline at end of file
gst-nvvidconv.tar.gz
View file @
3379acd7
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment