Skip to content

Commit

Permalink
change svn:EOF type to native
Browse files Browse the repository at this point in the history
  • Loading branch information
bossiel@yahoo.fr committed Dec 3, 2012
1 parent 76e2777 commit 37e6e96
Show file tree
Hide file tree
Showing 44 changed files with 11,110 additions and 11,110 deletions.
42 changes: 21 additions & 21 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
echo libtoolize
if [ `(uname -s) 2>/dev/null` == 'Darwin' ]
then
glibtoolize --copy --force
else
libtoolize --copy --force
fi

echo "aclocal"
aclocal

echo "autoheader"
autoheader

echo "create NEWS, README, AUTHORS and ChangeLog"
touch NEWS README AUTHORS ChangeLog

echo "autoreconf"
autoreconf -i

echo "automake"
echo libtoolize
if [ `(uname -s) 2>/dev/null` == 'Darwin' ]
then
glibtoolize --copy --force
else
libtoolize --copy --force
fi

echo "aclocal"
aclocal

echo "autoheader"
autoheader

echo "create NEWS, README, AUTHORS and ChangeLog"
touch NEWS README AUTHORS ChangeLog

echo "autoreconf"
autoreconf -i

echo "automake"
automake -a
52 changes: 26 additions & 26 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Please check the technical guide for more information on how to adjust this file -->
<config>

<debug-level>INFO</debug-level>

<transport>udp;*;10060</transport>
<transport>ws;*;10060</transport>
<transport>wss;*;10062</transport>

<enable-100rel>no</enable-100rel>
<enable-media-coder>no</enable-media-coder>
<enable-videojb>yes</enable-videojb>
<rtp-buffsize>65535</rtp-buffsize>
<avpf-tail-length>100;400</avpf-tail-length>

<codecs>pcma;pcmu;gsm;vp8;h264-bp;h264-mp;h263;h263+</codecs>

<!--nameserver>66.66.66.6</nameserver-->

<!--ssl-certificates>
self.pem;
self.pem;
*
</ssl-certificates-->

<?xml version="1.0" encoding="utf-8" ?>
<!-- Please check the technical guide for more information on how to adjust this file -->
<config>

<debug-level>INFO</debug-level>

<transport>udp;*;10060</transport>
<transport>ws;*;10060</transport>
<transport>wss;*;10062</transport>

<enable-100rel>no</enable-100rel>
<enable-media-coder>no</enable-media-coder>
<enable-videojb>yes</enable-videojb>
<rtp-buffsize>65535</rtp-buffsize>
<avpf-tail-length>100;400</avpf-tail-length>

<codecs>pcma;pcmu;gsm;vp8;h264-bp;h264-mp;h263;h263+</codecs>

<!--nameserver>66.66.66.6</nameserver-->

<!--ssl-certificates>
self.pem;
self.pem;
*
</ssl-certificates-->

</config>
Loading

0 comments on commit 37e6e96

Please sign in to comment.