]> git.proxmox.com Git - pve-libspice-server.git/blobdiff - Makefile
replace CELT with libopus
[pve-libspice-server.git] / Makefile
index aa942b81b85c33076a3936030f38329330e5a355..3a8a737156b16967529f9f343e066fa547ec57c8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,6 @@ DEB=pve-libspice-server1_${PKGVERSION}-${PKGRELEASE}_${ARCH}.deb
 DEB_DBG=pve-libspice-server-dev_${PKGVERSION}-${PKGRELEASE}_${ARCH}.deb
 DEBS=$(DEB) $(DEB_DBG)
 
-CELTDIR=celt-0.5.1.3
-CELTSRC=${CELTDIR}.tar.gz
-
 all: ${DEBS}
        echo ${DEBS}
 
@@ -27,10 +24,6 @@ $(DEB): ${PKGSRC}
        echo ${DEBS}
        rm -rf ${PKGDIR}
        tar xf ${PKGSRC}
-       # compile CELT first
-       tar xf ${CELTSRC} -C ${PKGDIR}
-       cd ${PKGDIR}; ln -s ${CELTDIR}/libcelt celt051
-       cd ${PKGDIR}/${CELTDIR}; ./configure --prefix=/usr; make
        # now compile spice server
        cp -a debian ${PKGDIR}/debian
        echo "git clone git://git.proxmox.com/git/pve-libspice-server.git\\ngit checkout ${GITVERSION}" > ${PKGDIR}/debian/SOURCE