0662cd3286
Changed size_t to wxUint32 Added support for G72X WAV format multi-codec handling git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
27 lines
516 B
Makefile
27 lines
516 B
Makefile
#
|
|
# File: Makefile
|
|
# Author: Guilhem Lavaux
|
|
# Created: 1998
|
|
# Updated:
|
|
# Copyright: (c) 1998 Julian Smart
|
|
#
|
|
# "%W% %G%"
|
|
#
|
|
# Makefile for wxMultiMedia (UNIX).
|
|
|
|
top_srcdir = @top_srcdir@
|
|
top_builddir = ../../..
|
|
|
|
VPATH= $(top_srcdir)/utils/wxMMedia2/lib
|
|
|
|
LIBTARGET=libwxmmedia2
|
|
|
|
OBJECTS=sndbase.o sndcodec.o sndpcm.o sndcpcm.o sndulaw.o sndfile.o sndoss.o\
|
|
sndaiff.o sndwav.o sndg72x.o \
|
|
g711.o g721.o g723_24.o g723_40.o g72x.o \
|
|
cdbase.o cdunix.o \
|
|
vidbase.o vidxanm.o
|
|
|
|
include $(top_builddir)/src/makelib.env
|
|
|