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 /configure.ac | |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |