Commit c94c6328 authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Konstantin Pavlov

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

parent a680cf1d
...@@ -2514,7 +2514,7 @@ ifdef HAVE_DARWIN_OS ...@@ -2514,7 +2514,7 @@ ifdef HAVE_DARWIN_OS
endif endif
.gsm: gsm .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 $@ touch $@
CLEAN_FILE += .gsm CLEAN_FILE += .gsm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment