Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
2dd5ca90b8
2 changed files with 10 additions and 4 deletions
  1. +8
    -2
      package/avm/rtsp/rtsp.conf
  2. +2
    -2
      package/avm/rtsp/rtsp.desc

+ 8
- 2
package/avm/rtsp/rtsp.conf

@ -27,8 +27,14 @@ rtsp_prem(){
rtsp_postm(){
echo "installing to $libdir/live"
mkdir -p $libdir/live
cd .. ; cp -r live/* $libdir/live
cd .. ;
find live -name '*.[ah]' -o -name '*.hh' | \
while read filename ; do
[ ! -d $libdir/`dirname $filename` ] && \
mkdir -p $libdir/`dirname $filename`
cp -v $filename $libdir/`dirname $filename`/`basename $filename`
done
}
runconf=0

+ 2
- 2
package/avm/rtsp/rtsp.desc

@ -38,8 +38,8 @@
[L] LGPL
[S] Stable
[V] 2004.12.09
[V] 2004.12.23
[P] X -?---5---9 174.800
[D] 3200133008 live.2004.12.09.tar.gz http://www.live.com/liveMedia/public/
[D] 3253888235 live.2004.12.23.tar.gz http://www.live.com/liveMedia/public/

Loading…
Cancel
Save