Files
libgstnvcustomhelper/gst-nvcustomhelper/Makefile
svcmobrel-release c71b7aad17 Updating prebuilts and/or headers
58763dce79c555646e8fe2a3c82b99cd73e45726 - gst-nvcustomhelper/Makefile
39d54795c60e7436359259ede5ee6537a11b3fcc - gst-nvcustomhelper/README
1d05e15078ee65457a1e033a35ff53969b49dbae - gst-nvcustomhelper/LICENSE.libgstnvcustomhelper
ee1d97b0871942852636cd48505b13eeaff529ac - gst-nvcustomhelper/Makefile.public
6911bbbbdf879f293204b444447b7c248e713bba - gst-nvcustomhelper/gst-nvcustomevent.c
d27a433ddeaefb9f42d0312c23472514b0cd6a45 - gst-nvcustomhelper/gst-nvcustomevent.h

Change-Id: I2c78c81ccfd28b14d430d1665e39b5b5a4b37b33
2025-01-21 05:24:48 -08:00

46 lines
1.3 KiB
Makefile

################################################################################
# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
#
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
# property and proprietary rights in and to this material, related
# documentation and any modifications thereto. Any use, reproduction,
# disclosure or distribution of this material and related documentation
# without an express license agreement from NVIDIA CORPORATION or
# its affiliates is strictly prohibited.
################################################################################
CC:= gcc
TARGET_NAME:= libgstnvcustomhelper.so
SRCS:= gst-nvcustomevent.c
RELEASE_SRC_DIR_NAME:=libs/gstnvcustomhelper
RELEASE_SRC_FILES:= Makefile.public=Makefile \
README=README \
gst-nvcustomevent.c=gst-nvcustomevent.c \
gst-nvcustomevent.h=gst-nvcustomevent.h
PUBLIC_HEADER_FILES:= gst-nvcustomevent.h=gst-nvcustomevent.h
INC_PATHS:= NV_ROOT_DIR/nvutils/gst-nvcustomhelper
LIBS:=
NEEDS_CUDA:=0
NEEDS_GST:=1
IS_GST_UTIL:=1
PACKAGE_BINARY_IN_DS:=1
CAN_PUBLIC_LINK:=1
BUILD_DIR:=../../deepstream/sdk/build/libs
IGNORE_DS_PACKAGE_NAMING=1
include ../../deepstream/sdk/Rules.mk