[vlc-commits] modules: x265 is a C++ module

Hugo Beauzée-Luyssen git at videolan.org
Mon Sep 18 10:27:14 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Sep 18 10:22:52 2017 +0200| [a1f9dfd57c84f2340755443200e6f03d2c895548] | committer: Hugo Beauzée-Luyssen

modules: x265 is a C++ module

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1f9dfd57c84f2340755443200e6f03d2c895548
---

 modules/codec/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index 10eb160d36..da49a0704f 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -475,9 +475,9 @@ endif
 
 ### X26x encoders ###
 
-libx265_plugin_la_SOURCES = codec/x265.c
+libx265_plugin_la_SOURCES = codec/x265.c dummy.cpp
 libx265_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
-libx265_plugin_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_x265)
+libx265_plugin_la_CXXFLAGS = $(AM_CFLAGS) $(CFLAGS_x265)
 libx265_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_x265) -rpath '$(codecdir)'
 libx265_plugin_la_LIBADD = $(LIBS_x265)
 EXTRA_LTLIBRARIES += libx265_plugin.la



More information about the vlc-commits mailing list