diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-06-16 20:57:13 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-06-16 20:57:13 +0200 |
commit | f8672444239c3a3e92958806ef8beca41a532e61 (patch) | |
tree | b1a354caf44d644d5009d1a6762046af9026e597 | |
parent | 7dcb0fa50128ab924cb4fce1b2898eb1a9ab8ee8 (diff) | |
download | ODR-AudioEnc-f8672444239c3a3e92958806ef8beca41a532e61.tar.gz ODR-AudioEnc-f8672444239c3a3e92958806ef8beca41a532e61.tar.bz2 ODR-AudioEnc-f8672444239c3a3e92958806ef8beca41a532e61.zip |
change pkg-config to fdk-aac-dabplus.pc
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fdk-aac-dabplus.pc.in (renamed from fdk-aac.pc.in) | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -9,7 +9,7 @@ Makefile.in aclocal.m4 autom4te.cache configure -fdk-aac.pc +fdk-aac-dabplus.pc config.guess config.log config.status diff --git a/configure.ac b/configure.ac index 9974dc8..430ba20 100644 --- a/configure.ac +++ b/configure.ac @@ -49,5 +49,5 @@ AC_SUBST(LIBS_PRIVATE) AM_CONDITIONAL([IS_GIT_REPO], [test -d '.git']) AC_CONFIG_FILES([Makefile - fdk-aac.pc]) + fdk-aac-dabplus.pc]) AC_OUTPUT diff --git a/fdk-aac.pc.in b/fdk-aac-dabplus.pc.in index 2edac45..0c45813 100644 --- a/fdk-aac.pc.in +++ b/fdk-aac-dabplus.pc.in @@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: Fraunhofer FDK AAC Codec Library -Description: AAC codec library +Name: Fraunhofer FDK AAC Codec Library with DAB+ Encoder +Description: AAC codec library with DAB+ Encoder Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lfdk-aac @LIBS_PUBLIC@ Libs.private: @LIBS_PRIVATE@ |