amstream: Rename amstream.c to multimedia.c.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2019-08-29 22:49:27 -05:00 committed by Alexandre Julliard
parent 0fe51e0fa6
commit 0a7933a4eb
2 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ IMPORTS = strmiids strmbase uuid ole32 advapi32 ddraw
EXTRADLLFLAGS = -mno-cygwin EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
amstream.c \
audiodata.c \ audiodata.c \
filter.c \ filter.c \
main.c \ main.c \
mediastream.c mediastream.c \
multimedia.c
IDL_SRCS = amstream_classes.idl IDL_SRCS = amstream_classes.idl

View File

@ -1,5 +1,5 @@
/* /*
* Implementation of IAMMultiMediaStream Interface * Multimedia stream object
* *
* Copyright 2004, 2012 Christian Costa * Copyright 2004, 2012 Christian Costa
* Copyright 2006 Ivan Leo Puoti * Copyright 2006 Ivan Leo Puoti