[vlc-commits] nvdec: fix makefile access to nvdec_fmt.h
    Steve Lhomme 
    git at videolan.org
       
    Thu Sep 19 08:19:42 CEST 2019
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Sep 19 08:19:36 2019 +0200| [1e4ad46b66d0e514f99f440c0b12de2a06c51b0a] | committer: Steve Lhomme
nvdec: fix makefile access to nvdec_fmt.h
Should fix source package building
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e4ad46b66d0e514f99f440c0b12de2a06c51b0a
---
 modules/hw/nvdec/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/hw/nvdec/Makefile.am b/modules/hw/nvdec/Makefile.am
index ac52c0f511..3471bf9462 100644
--- a/modules/hw/nvdec/Makefile.am
+++ b/modules/hw/nvdec/Makefile.am
@@ -5,7 +5,7 @@ libnvdec_plugin_la_SOURCES = \
 	packetizer/hxxx_nal.h packetizer/hxxx_nal.c \
 	packetizer/h264_nal.c packetizer/h264_nal.h \
 	packetizer/hevc_nal.c packetizer/hevc_nal.h \
-	nvdec_fmt.h
+	hw/nvdec/nvdec_fmt.h
 libnvdec_plugin_la_LIBADD = $(LIBDL)
 if HAVE_NVDEC
 codec_LTLIBRARIES += libnvdec_plugin.la
    
    
More information about the vlc-commits
mailing list