Changeset 46cd2cb94381035b296ee65430f6eacae920896d

Show
Ignore:
Timestamp:
06/04/07 16:49:00 (2 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1175870940 +0000
git-parent:

[58cb81ace7d1a7fecfef033972a841d35260dfb4]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1175870940 +0000
Message:

* don't export but check-out libdca from svn and limit it to rev 35, as the current r40 is broken

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    rdf04055 r46cd2cb  
    11841184 
    11851185libdca: 
    1186     $(SVN) export $(LIBDCA_SVN) libdca 
     1186    $(SVN) co $(LIBDCA_SVN) -r 35 libdca 
    11871187    (cd $@; ./bootstrap) 
    11881188