From: ddennedy Date: Sun, 15 Jul 2007 07:27:33 +0000 (+0000) Subject: profiles/Makefile: do not install Makefile X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=bb60aed4cf200e2cda2ec33f0cbc25ee9e8fceee;p=melted profiles/Makefile: do not install Makefile profiles/square_pal_wide: fix display aspect git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1009 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/profiles/Makefile b/profiles/Makefile index 6dee650..8a60dcd 100644 --- a/profiles/Makefile +++ b/profiles/Makefile @@ -11,4 +11,5 @@ clean: install: all install -d $(DESTDIR)$(prefix)/share/mlt/profiles install -m 644 * $(DESTDIR)$(prefix)/share/mlt/profiles - rm -f $(DESTDIR)$(prefix)/share/mlt/profiles/{*~,Makefile} + rm -f $(DESTDIR)$(prefix)/share/mlt/profiles/*~ + rm -f $(DESTDIR)$(prefix)/share/mlt/profiles/Makefile diff --git a/profiles/square_pal_wide b/profiles/square_pal_wide index 0dd9411..4fbbf05 100644 --- a/profiles/square_pal_wide +++ b/profiles/square_pal_wide @@ -6,5 +6,5 @@ height=576 progressive=1 sample_aspect_num=1 sample_aspect_den=1 -display_aspect_num=4 -display_aspect_den=3 +display_aspect_num=16 +display_aspect_den=9