[vlc-commits] [Git][videolan/libvlcpp][master] 2 commits: Fix project name
Hugo Beauzée-Luyssen
gitlab at videolan.org
Thu Jul 7 13:25:16 CEST 2016
Hugo Beauzée-Luyssen pushed to branch master at videolan / libvlcpp
Commits:
a85bf852 by Hugo Beauzée-Luyssen at 2016-07-07T13:25:09+02:00
Fix project name
- - - - -
e13b1c43 by Hugo Beauzée-Luyssen at 2016-07-07T13:25:09+02:00
Makefile.am: Use proper variable syntax
- - - - -
2 changed files:
- Makefile.am
- configure.ac
Changes:
=====================================
Makefile.am
=====================================
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,8 +27,8 @@ pkgconfig_DATA = libvlcpp.pc
if HAVE_EXAMPLES
noinst_PROGRAMS = helloworld tests imem
-AM_CPPFLAGS = ${vlc_CFLAGS}
-AM_LDFLAGS = ${vlc_LIBS}
+AM_CPPFLAGS = $(vlc_CFLAGS)
+AM_LDFLAGS = $(vlc_LIBS)
helloworld_SOURCES = examples/helloworld/main.cpp
imem_SOURCES = examples/imem/imem.cpp
=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ m4_define([VLCPP_MICRO], [0])
AC_COPYRIGHT([Copyright 2014-2016 VideoLAN - VideoLabs])
-AC_INIT([medialibrary], [VLCPP_MAJOR.VLCPP_MINOR.VLCPP_MICRO])
+AC_INIT([libvlcpp], [VLCPP_MAJOR.VLCPP_MINOR.VLCPP_MICRO])
AM_INIT_AUTOMAKE([foreign subdir-objects])
m4_ifdef([AM_SILENT_RULES], [
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/compare/8a3476b845cc612c2e5b33a7134ff19f986a3ac9...e13b1c436df246943ab800dc22f542b164cb59fd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-commits/attachments/20160707/d2213735/attachment-0001.html>
More information about the vlc-commits
mailing list