Merge remote-tracking branch 'origin/unstable' into rettichschnidi
authorReto Schneider <github@reto-schneider.ch>
Tue, 20 Mar 2012 18:55:27 +0000 (19:55 +0100)
committerReto Schneider <github@reto-schneider.ch>
Tue, 20 Mar 2012 18:55:27 +0000 (19:55 +0100)
README.asciidoc
examples/CMakeLists.txt
src/am7xxx.c

index 0d878bc..133c13b 100644 (file)
@@ -46,7 +46,7 @@ manually with the command:
 
 Examples of devices based on AM7XXX are:
 
-  - Acer Series C pico projectors (C20 C110 C112):
+  - Acer Series C pico projectors (C20, C110, C112):
       * http://www.acer.it/ac/it/IT/content/models/projector-c
       * http://support.acer.com/product/default.aspx?modelId=3888
     
index c70d121..234e666 100644 (file)
@@ -28,7 +28,7 @@ endif()
 add_executable(am7xxx-play am7xxx-play.c)
 
 target_link_libraries(am7xxx-play am7xxx
-  ${FFMPEG_LIBAVDEVICE_LIBRARIES}
+  ${FFMPEG_LIBRARIES}
   ${FFMPEG_LIBSWSCALE_LIBRARIES}
   ${LIBXCB_LIBRARIES})
 install(TARGETS am7xxx-play
index a8bcc49..883794b 100644 (file)
@@ -244,6 +244,7 @@ static void debug_dump_header(am7xxx_context *ctx, struct am7xxx_header *h)
        (void)ctx;
        (void)h;
 }
+
 static void trace_dump_buffer(am7xxx_context *ctx, const char *message,
                              uint8_t *buffer, unsigned int len)
 {