[vlc-devel] commit: Contribs: gsm: install gsm.h in include/gsm to follow ffmpeg 21659. (Konstantin Pavlov )

git version control git at videolan.org
Thu Feb 11 19:11:44 CET 2010


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Thu Feb 11 18:09:19 2010 +0000| [c94c6328955664c8ee85daeffb64ab9f1f56d0a7] | committer: Konstantin Pavlov 

Contribs: gsm: install gsm.h in include/gsm to follow ffmpeg 21659.

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 0d1a2ca..b0647bf 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2514,7 +2514,7 @@ ifdef HAVE_DARWIN_OS
 endif
 
 .gsm: gsm
-	(cd $<; $(HOSTCC) make && cp inc/gsm.h $(PREFIX)/include && cp lib/libgsm.a  $(PREFIX)/lib)
+	(cd $<; $(HOSTCC) make && mkdir -p $(PREFIX)/include/gsm && cp inc/gsm.h $(PREFIX)/include/gsm && cp lib/libgsm.a  $(PREFIX)/lib)
 	touch $@
 
 CLEAN_FILE += .gsm




More information about the vlc-devel mailing list