diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-17 14:30:09 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-17 14:30:09 +0000 |
| commit | aea62efcf30bc4eec3716c8f4bf095aba43a6440 (patch) | |
| tree | 0ae3ba5548e2c0257816c5d3361301931e24d324 /src/dxr3/Makefile.am | |
| parent | d2783dcb666ac69f0204d6001f9444e92a2bff33 (diff) | |
| download | xine-lib-aea62efcf30bc4eec3716c8f4bf095aba43a6440.tar.gz xine-lib-aea62efcf30bc4eec3716c8f4bf095aba43a6440.tar.bz2 | |
finally (nearly) full overlay functionality for the dxr3 by doing spu
encoding to place overlays over mpeg playback
CVS patchset: 2469
CVS date: 2002/08/17 14:30:09
Diffstat (limited to 'src/dxr3/Makefile.am')
| -rw-r--r-- | src/dxr3/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index f3db2f562..92fd08ab5 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -22,7 +22,7 @@ xineplug_decode_dxr3_video_la_LDFLAGS = -avoid-version -module xineplug_decode_dxr3_spu_la_SOURCES = dxr3_decode_spu.c nav_read.c xineplug_decode_dxr3_spu_la_LDFLAGS = -avoid-version -module -xineplug_vo_out_dxr3_la_SOURCES = video_out_dxr3.c dxr3_mpeg_encoders.c alphablend.c +xineplug_vo_out_dxr3_la_SOURCES = video_out_dxr3.c dxr3_mpeg_encoders.c alphablend.c dxr3_spu_encoder.c if HAVE_X11 xineplug_vo_out_dxr3_la_LIBADD = $(X_LIBS) -lXext xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version -module $(link_fame) $(link_rte) $(X_LIBS) |
