aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-05-26 17:39:42 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-05-26 17:39:42 +0000
commit3f668a01214ec834eaea41ca24d05d76e2f0cd84 (patch)
tree52bc8e45e0f412ab4c32c3c5558c0816168a5a71 /formats
parent30cb3680c1440cfda4e9c8f7c9466a23ad30e533 (diff)
Version 0.1.9 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@325 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rwxr-xr-xformats/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/formats/Makefile b/formats/Makefile
index 9ac50c63b..dbba158a9 100755
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -11,7 +11,8 @@
# the GNU General Public License
#
-FORMAT_LIBS=format_g723.so format_wav.so format_mp3.so format_wav_gsm.so format_gsm.so format_vox.so format_pcm.so
+FORMAT_LIBS=format_g723.so format_wav.so format_mp3.so format_wav_gsm.so format_gsm.so format_vox.so format_pcm.so
+FORMAT_LIBS+=format_jpeg.so
GSMLIB=../codecs/gsm/lib/libgsm.a