~ubuntu-branches/ubuntu/oneiric/toonloop/oneiric

« back to all changes in this revision

Viewing changes to src/saverworker.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Louis Dupond
  • Date: 2011-05-03 10:30:43 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110503103043-4kwpbs1a9o2d7wu0
Tags: 2.0.6-1ubuntu1
* Merge toonloop (2.0.6-1) from Debian unstable (LP: #775588).
* Remaining changes:
  - debian/patches/fix-depend.patch: replace libclutter-gst-0.10-dev with
    libclutter-gst-dev
  - debian/rules: add CPPFLAGS to build correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    //std::cout << "Done with $ " << command << std::endl;
113
113
    if (ret_val != 0)
114
114
        std::cout << "Mencoder's return value was " << ret_val << std::endl;
 
115
    else
 
116
        std::cout << "Success!" << std::endl;
115
117
    // rename movie file
116
118
    std::string final_movie = owner_->get_result_directory() + "/movie-" + datetime_started  + ".mov"; 
117
119
    try